Made fields consistently protected.
parent
8368494554
commit
4e7013d5d5
|
@ -58,21 +58,21 @@ namespace OpenSim.Services.LLLoginService
|
||||||
protected IInventoryService m_InventoryService;
|
protected IInventoryService m_InventoryService;
|
||||||
protected IGridService m_GridService;
|
protected IGridService m_GridService;
|
||||||
protected IPresenceService m_PresenceService;
|
protected IPresenceService m_PresenceService;
|
||||||
private ISimulationService m_LocalSimulationService;
|
protected ISimulationService m_LocalSimulationService;
|
||||||
private ISimulationService m_RemoteSimulationService;
|
protected ISimulationService m_RemoteSimulationService;
|
||||||
protected ILibraryService m_LibraryService;
|
protected ILibraryService m_LibraryService;
|
||||||
protected IFriendsService m_FriendsService;
|
protected IFriendsService m_FriendsService;
|
||||||
protected IAvatarService m_AvatarService;
|
protected IAvatarService m_AvatarService;
|
||||||
private IUserAgentService m_UserAgentService;
|
protected IUserAgentService m_UserAgentService;
|
||||||
|
|
||||||
private GatekeeperServiceConnector m_GatekeeperConnector;
|
protected GatekeeperServiceConnector m_GatekeeperConnector;
|
||||||
|
|
||||||
private string m_DefaultRegionName;
|
protected string m_DefaultRegionName;
|
||||||
protected string m_WelcomeMessage;
|
protected string m_WelcomeMessage;
|
||||||
private bool m_RequireInventory;
|
protected bool m_RequireInventory;
|
||||||
protected int m_MinLoginLevel;
|
protected int m_MinLoginLevel;
|
||||||
private string m_GatekeeperURL;
|
protected string m_GatekeeperURL;
|
||||||
private bool m_AllowRemoteSetLoginLevel;
|
protected bool m_AllowRemoteSetLoginLevel;
|
||||||
|
|
||||||
IConfig m_LoginServerConfig;
|
IConfig m_LoginServerConfig;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue