Made the GatekeeperConnector a public property.

This commit is contained in:
Diva Canto
2011-05-30 20:12:05 -07:00
parent e14b7ec9e1
commit b81a304baa

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;