aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-01-20 23:21:25 +0000
committerJustin Clark-Casey (justincc)2011-01-20 23:21:25 +0000
commitdf740d8e5c2ce5f43eac11917390b783b4d91230 (patch)
tree327598f139b6da3310e2aded330116d58ed42ddc
parentMove "show queues" command out of OpenSim.cs and into a separate module. (diff)
downloadopensim-SC_OLD-df740d8e5c2ce5f43eac11917390b783b4d91230.zip
opensim-SC_OLD-df740d8e5c2ce5f43eac11917390b783b4d91230.tar.gz
opensim-SC_OLD-df740d8e5c2ce5f43eac11917390b783b4d91230.tar.bz2
opensim-SC_OLD-df740d8e5c2ce5f43eac11917390b783b4d91230.tar.xz
remove reference to CoreModules from ClientStack.LindenUDP
client stack uses modules in the same way that scene does - through their interfaces
-rw-r--r--OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs4
-rw-r--r--prebuild.xml1
2 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs b/OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs
index 3240434..11e3f4a 100644
--- a/OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs
+++ b/OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs
@@ -86,7 +86,7 @@ namespace OpenSim.Region.CoreModules.UDP.Linden
86 "Show queue data for each client", 86 "Show queue data for each client",
87 "Without the 'full' option, only users actually on the region are shown." 87 "Without the 'full' option, only users actually on the region are shown."
88 + " With the 'full' option child agents of users in neighbouring regions are also shown.", 88 + " With the 'full' option child agents of users in neighbouring regions are also shown.",
89 ShowQueuesReport); 89 ShowQueuesReport);
90 } 90 }
91 91
92 public void RemoveRegion(Scene scene) 92 public void RemoveRegion(Scene scene)
@@ -195,6 +195,6 @@ namespace OpenSim.Region.CoreModules.UDP.Linden
195 } 195 }
196 196
197 return report.ToString(); 197 return report.ToString();
198 } 198 }
199 } 199 }
200} \ No newline at end of file 200} \ No newline at end of file
diff --git a/prebuild.xml b/prebuild.xml
index 854149b..73cc81e 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1556,7 +1556,6 @@
1556 <Reference name="OpenSim.Framework.Communications"/> 1556 <Reference name="OpenSim.Framework.Communications"/>
1557 <Reference name="OpenSim.Framework.Statistics"/> 1557 <Reference name="OpenSim.Framework.Statistics"/>
1558 <Reference name="OpenSim.Region.Physics.Manager"/> 1558 <Reference name="OpenSim.Region.Physics.Manager"/>
1559 <Reference name="OpenSim.Region.CoreModules"/>
1560 <Reference name="XMLRPC" path="../../../bin/"/> 1559 <Reference name="XMLRPC" path="../../../bin/"/>
1561 <Reference name="Nini" path="../../../bin/"/> 1560 <Reference name="Nini" path="../../../bin/"/>
1562 <Reference name="log4net" path="../../../bin/"/> 1561 <Reference name="log4net" path="../../../bin/"/>