aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-08-16 20:42:43 +0000
committerJustin Clarke Casey2008-08-16 20:42:43 +0000
commit992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de (patch)
treed816d9da2663ab3f26380d4ac52daae61948cf25 /OpenSim/Grid
parent* minor: rip out userserver stress project which never got filled out (diff)
downloadopensim-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.cs1
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;
39using OpenSim.Framework.Console; 39using OpenSim.Framework.Console;
40using OpenSim.Framework.Servers; 40using OpenSim.Framework.Servers;
41using OpenSim.Framework.Statistics; 41using OpenSim.Framework.Statistics;
42using OpenSim.Common.Communications;
43using OpenSim.Grid.Communications.OGS1; 42using OpenSim.Grid.Communications.OGS1;
44 43
45namespace OpenSim.Grid.UserServer 44namespace OpenSim.Grid.UserServer