aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/GridInfoService.cs
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/Framework/Communications/GridInfoService.cs
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 '')
-rw-r--r--OpenSim/Framework/Communications/GridInfoService.cs (renamed from OpenSim/Common/Communications/GridInfoService.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Common/Communications/GridInfoService.cs b/OpenSim/Framework/Communications/GridInfoService.cs
index adaaa95..d51bc59 100644
--- a/OpenSim/Common/Communications/GridInfoService.cs
+++ b/OpenSim/Framework/Communications/GridInfoService.cs
@@ -36,7 +36,7 @@ using Nwc.XmlRpc;
36using OpenSim.Framework.Servers; 36using OpenSim.Framework.Servers;
37using OpenSim.Framework; 37using OpenSim.Framework;
38 38
39namespace OpenSim.Common.Communications 39namespace OpenSim.Framework.Communications
40{ 40{
41 public class GridInfoService 41 public class GridInfoService
42 { 42 {