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/Framework/Communications/GridInfoService.cs | |
parent | * minor: rip out userserver stress project which never got filled out (diff) | |
download | opensim-SC-992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de.zip opensim-SC-992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de.tar.gz opensim-SC-992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de.tar.bz2 opensim-SC-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; | |||
36 | using OpenSim.Framework.Servers; | 36 | using OpenSim.Framework.Servers; |
37 | using OpenSim.Framework; | 37 | using OpenSim.Framework; |
38 | 38 | ||
39 | namespace OpenSim.Common.Communications | 39 | namespace OpenSim.Framework.Communications |
40 | { | 40 | { |
41 | public class GridInfoService | 41 | public class GridInfoService |
42 | { | 42 | { |