diff options
author | lbsa71 | 2007-03-16 15:45:07 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-16 15:45:07 +0000 |
commit | 623e9e991aee3f064ae04522852ad0de98715680 (patch) | |
tree | 9e1bef7b8d41bb2492999abb326d8e0dc42a230e /src/GridServers | |
parent | Added Framework Project and Made buildfiles work on windows. (diff) | |
download | opensim-SC_OLD-623e9e991aee3f064ae04522852ad0de98715680.zip opensim-SC_OLD-623e9e991aee3f064ae04522852ad0de98715680.tar.gz opensim-SC_OLD-623e9e991aee3f064ae04522852ad0de98715680.tar.bz2 opensim-SC_OLD-623e9e991aee3f064ae04522852ad0de98715680.tar.xz |
* renamed Framework Project to OpenSim.Framework
Diffstat (limited to 'src/GridServers')
-rw-r--r-- | src/GridServers/LoginServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GridServers/LoginServer.cs b/src/GridServers/LoginServer.cs index f96b9f9..9d33523 100644 --- a/src/GridServers/LoginServer.cs +++ b/src/GridServers/LoginServer.cs | |||
@@ -38,7 +38,7 @@ using System.Security.Cryptography; | |||
38 | using System.Xml; | 38 | using System.Xml; |
39 | using libsecondlife; | 39 | using libsecondlife; |
40 | using OpenSim; | 40 | using OpenSim; |
41 | using OpenGrid.Framework; | 41 | using OpenSim.Framework; |
42 | 42 | ||
43 | namespace OpenSim.GridServers | 43 | namespace OpenSim.GridServers |
44 | { | 44 | { |