aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Hypergrid/HGStandaloneLoginModule.cs
diff options
context:
space:
mode:
authorArthur Valadares2009-06-18 14:33:35 +0000
committerArthur Valadares2009-06-18 14:33:35 +0000
commitf243dddc04a16a175e52e88fb34d38fb6fb643e5 (patch)
treef5049015ce013dd29847468763591f54d4c8b84c /OpenSim/Region/CoreModules/Hypergrid/HGStandaloneLoginModule.cs
parentMoved OpenSim/Framework/Communications/Capabilities up to OpenSim/Framework/C... (diff)
downloadopensim-SC_OLD-f243dddc04a16a175e52e88fb34d38fb6fb643e5.zip
opensim-SC_OLD-f243dddc04a16a175e52e88fb34d38fb6fb643e5.tar.gz
opensim-SC_OLD-f243dddc04a16a175e52e88fb34d38fb6fb643e5.tar.bz2
opensim-SC_OLD-f243dddc04a16a175e52e88fb34d38fb6fb643e5.tar.xz
* Corrected CAPS namespaces
* "luke, use the sed"
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Hypergrid/HGStandaloneLoginModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Hypergrid/HGStandaloneLoginModule.cs b/OpenSim/Region/CoreModules/Hypergrid/HGStandaloneLoginModule.cs
index 48895d4..08e1ecd 100644
--- a/OpenSim/Region/CoreModules/Hypergrid/HGStandaloneLoginModule.cs
+++ b/OpenSim/Region/CoreModules/Hypergrid/HGStandaloneLoginModule.cs
@@ -38,7 +38,7 @@ using OpenSim.Framework;
38using OpenSim.Framework.Communications; 38using OpenSim.Framework.Communications;
39using OpenSim.Framework.Communications.Services; 39using OpenSim.Framework.Communications.Services;
40using OpenSim.Framework.Communications.Cache; 40using OpenSim.Framework.Communications.Cache;
41using OpenSim.Framework.Communications.Capabilities; 41using OpenSim.Framework.Capabilities;
42using OpenSim.Framework.Servers.HttpServer; 42using OpenSim.Framework.Servers.HttpServer;
43using OpenSim.Region.Framework.Scenes; 43using OpenSim.Region.Framework.Scenes;
44using OpenSim.Region.Framework.Interfaces; 44using OpenSim.Region.Framework.Interfaces;