diff options
author | Justin Clarke Casey | 2008-08-16 20:42:43 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-08-16 20:42:43 +0000 |
commit | 992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de (patch) | |
tree | d816d9da2663ab3f26380d4ac52daae61948cf25 /OpenSim/Grid | |
parent | * minor: rip out userserver stress project which never got filled out (diff) | |
download | opensim-SC_OLD-992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de.zip opensim-SC_OLD-992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de.tar.gz opensim-SC_OLD-992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de.tar.bz2 opensim-SC_OLD-992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de.tar.xz |
* Move GridInfoService into Framework.Communications and eliminate Common.Communications for now (since this was the only class in that project)
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/UserServer/Main.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs index 516efe4..9b74dbc 100644 --- a/OpenSim/Grid/UserServer/Main.cs +++ b/OpenSim/Grid/UserServer/Main.cs | |||
@@ -39,7 +39,6 @@ using OpenSim.Framework.Communications.Cache; | |||
39 | using OpenSim.Framework.Console; | 39 | using OpenSim.Framework.Console; |
40 | using OpenSim.Framework.Servers; | 40 | using OpenSim.Framework.Servers; |
41 | using OpenSim.Framework.Statistics; | 41 | using OpenSim.Framework.Statistics; |
42 | using OpenSim.Common.Communications; | ||
43 | using OpenSim.Grid.Communications.OGS1; | 42 | using OpenSim.Grid.Communications.OGS1; |
44 | 43 | ||
45 | namespace OpenSim.Grid.UserServer | 44 | namespace OpenSim.Grid.UserServer |