remove reference to CoreModules from ClientStack.LindenUDP

client stack uses modules in the same way that scene does - through their interfaces
viewer-2-initial-appearance
Justin Clark-Casey (justincc) 2011-01-20 23:21:25 +00:00
parent 1baf63dbae
commit df740d8e5c
2 changed files with 2 additions and 3 deletions

View File

@ -86,7 +86,7 @@ namespace OpenSim.Region.CoreModules.UDP.Linden
"Show queue data for each client", "Show queue data for each client",
"Without the 'full' option, only users actually on the region are shown." "Without the 'full' option, only users actually on the region are shown."
+ " With the 'full' option child agents of users in neighbouring regions are also shown.", + " With the 'full' option child agents of users in neighbouring regions are also shown.",
ShowQueuesReport); ShowQueuesReport);
} }
public void RemoveRegion(Scene scene) public void RemoveRegion(Scene scene)
@ -195,6 +195,6 @@ namespace OpenSim.Region.CoreModules.UDP.Linden
} }
return report.ToString(); return report.ToString();
} }
} }
} }

View File

@ -1556,7 +1556,6 @@
<Reference name="OpenSim.Framework.Communications"/> <Reference name="OpenSim.Framework.Communications"/>
<Reference name="OpenSim.Framework.Statistics"/> <Reference name="OpenSim.Framework.Statistics"/>
<Reference name="OpenSim.Region.Physics.Manager"/> <Reference name="OpenSim.Region.Physics.Manager"/>
<Reference name="OpenSim.Region.CoreModules"/>
<Reference name="XMLRPC" path="../../../bin/"/> <Reference name="XMLRPC" path="../../../bin/"/>
<Reference name="Nini" path="../../../bin/"/> <Reference name="Nini" path="../../../bin/"/>
<Reference name="log4net" path="../../../bin/"/> <Reference name="log4net" path="../../../bin/"/>