mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Update svn properties.
This commit is contained in:
@@ -1,29 +1,29 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using log4net;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
{
|
||||
class Host : IHost
|
||||
{
|
||||
private readonly IObject m_obj;
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
public Host(IObject m_obj)
|
||||
{
|
||||
this.m_obj = m_obj;
|
||||
}
|
||||
|
||||
public IObject Object
|
||||
{
|
||||
get { return m_obj; }
|
||||
}
|
||||
|
||||
public ILog Console
|
||||
{
|
||||
get { return m_log; }
|
||||
}
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using log4net;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
{
|
||||
class Host : IHost
|
||||
{
|
||||
private readonly IObject m_obj;
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
public Host(IObject m_obj)
|
||||
{
|
||||
this.m_obj = m_obj;
|
||||
}
|
||||
|
||||
public IObject Object
|
||||
{
|
||||
get { return m_obj; }
|
||||
}
|
||||
|
||||
public ILog Console
|
||||
{
|
||||
get { return m_log; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user