Thanks diva for a patch that removes an unnecessary dependency on CommunicationsOGS1 from OGS1UserServices
parent
8aa16a9acf
commit
d0c8d7a177
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue