aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
diff options
context:
space:
mode:
authorDahlia Trimble2008-11-03 05:40:43 +0000
committerDahlia Trimble2008-11-03 05:40:43 +0000
commitd0c8d7a1775a867f228ec682eee475416eade726 (patch)
treee1c2829ddf1f674d490d8b00974a60c86dd197c2 /OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
parentThanks diva for patch that makes a bunch of methods in InventoryServiceBase v... (diff)
downloadopensim-SC_OLD-d0c8d7a1775a867f228ec682eee475416eade726.zip
opensim-SC_OLD-d0c8d7a1775a867f228ec682eee475416eade726.tar.gz
opensim-SC_OLD-d0c8d7a1775a867f228ec682eee475416eade726.tar.bz2
opensim-SC_OLD-d0c8d7a1775a867f228ec682eee475416eade726.tar.xz
Thanks diva for a patch that removes an unnecessary dependency on CommunicationsOGS1 from OGS1UserServices
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1UserServices.cs')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1UserServices.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
index 595c4a9..ba37e61 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
@@ -43,9 +43,9 @@ namespace OpenSim.Region.Communications.OGS1
43 { 43 {
44 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 44 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
45 45
46 private CommunicationsOGS1 m_parent; 46 private CommunicationsManager m_parent;
47 47
48 public OGS1UserServices(CommunicationsOGS1 parent) 48 public OGS1UserServices(CommunicationsManager parent)
49 { 49 {
50 m_parent = parent; 50 m_parent = parent;
51 } 51 }