From d0c8d7a1775a867f228ec682eee475416eade726 Mon Sep 17 00:00:00 2001
From: Dahlia Trimble
Date: Mon, 3 Nov 2008 05:40:43 +0000
Subject: Thanks diva for a patch that removes an unnecessary dependency on
 CommunicationsOGS1 from OGS1UserServices

---
 OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 4 ++--
 1 file 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
     {
         private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
 
-        private CommunicationsOGS1 m_parent;
+        private CommunicationsManager m_parent;
 
-        public OGS1UserServices(CommunicationsOGS1 parent)
+        public OGS1UserServices(CommunicationsManager parent)
         {
             m_parent = parent;
         }
-- 
cgit v1.1