Made the GatekeeperConnector a public property.

bulletsim
Diva Canto 2011-05-30 20:12:05 -07:00
parent e14b7ec9e1
commit b81a304baa
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ namespace OpenSim.Services.GridService
protected GridService m_GridService;
protected IAssetService m_AssetService;
protected GatekeeperServiceConnector m_GatekeeperConnector;
public GatekeeperServiceConnector GatekeeperConnector
{
get { return m_GatekeeperConnector; }
}
protected UUID m_ScopeID = UUID.Zero;
protected bool m_Check4096 = true;