diff options
author | Arthur Valadares | 2009-06-18 14:33:35 +0000 |
---|---|---|
committer | Arthur Valadares | 2009-06-18 14:33:35 +0000 |
commit | f243dddc04a16a175e52e88fb34d38fb6fb643e5 (patch) | |
tree | f5049015ce013dd29847468763591f54d4c8b84c /OpenSim/Client/Linden/LLStandaloneLoginModule.cs | |
parent | Moved OpenSim/Framework/Communications/Capabilities up to OpenSim/Framework/C... (diff) | |
download | opensim-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 'OpenSim/Client/Linden/LLStandaloneLoginModule.cs')
-rw-r--r-- | OpenSim/Client/Linden/LLStandaloneLoginModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs index cc5f5ff..02a3b37 100644 --- a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs +++ b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs | |||
@@ -37,7 +37,7 @@ using OpenMetaverse; | |||
37 | using OpenSim.Framework; | 37 | using OpenSim.Framework; |
38 | using OpenSim.Framework.Communications; | 38 | using OpenSim.Framework.Communications; |
39 | using OpenSim.Framework.Communications.Cache; | 39 | using OpenSim.Framework.Communications.Cache; |
40 | using OpenSim.Framework.Communications.Capabilities; | 40 | using OpenSim.Framework.Capabilities; |
41 | using OpenSim.Framework.Servers.HttpServer; | 41 | using OpenSim.Framework.Servers.HttpServer; |
42 | using OpenSim.Region.Framework.Scenes; | 42 | using OpenSim.Region.Framework.Scenes; |
43 | using OpenSim.Region.Framework.Interfaces; | 43 | using OpenSim.Region.Framework.Interfaces; |