aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGSUserServices.cs
diff options
context:
space:
mode:
authormingchen2007-06-28 17:03:09 +0000
committermingchen2007-06-28 17:03:09 +0000
commitd3363bbc28442d70ea8c196e47e6c734f4c01a92 (patch)
tree52107ce7a8a2e9b42baefffed741443bc1cab8d3 /OpenSim/Region/Communications/OGS1/OGSUserServices.cs
parent*Master User is now set up (diff)
downloadopensim-SC_OLD-d3363bbc28442d70ea8c196e47e6c734f4c01a92.zip
opensim-SC_OLD-d3363bbc28442d70ea8c196e47e6c734f4c01a92.tar.gz
opensim-SC_OLD-d3363bbc28442d70ea8c196e47e6c734f4c01a92.tar.bz2
opensim-SC_OLD-d3363bbc28442d70ea8c196e47e6c734f4c01a92.tar.xz
*Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal -- its sandbox mode counterpart
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGSUserServices.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGSUserServices.cs b/OpenSim/Region/Communications/OGS1/OGSUserServices.cs
index d41bdaf..56a7837 100644
--- a/OpenSim/Region/Communications/OGS1/OGSUserServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGSUserServices.cs
@@ -13,8 +13,8 @@ namespace OpenSim.Region.Communications.OGS1
13{ 13{
14 public class OGSUserServices :IUserServices 14 public class OGSUserServices :IUserServices
15 { 15 {
16 GridCommsManager m_parent; 16 CommunicationsOGS1 m_parent;
17 public OGSUserServices(GridCommsManager parent) 17 public OGSUserServices(CommunicationsOGS1 parent)
18 { 18 {
19 m_parent = parent; 19 m_parent = parent;
20 } 20 }