Thanks diva for a patch that removes an unnecessary dependency on CommunicationsOGS1 from OGS1UserServices

0.6.0-stable
Dahlia Trimble 2008-11-03 05:40:43 +00:00
parent 8aa16a9acf
commit d0c8d7a177
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@ namespace OpenSim.Region.Communications.OGS1
{ {
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 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; m_parent = parent;
} }