mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Made the GatekeeperConnector a public property.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user