mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
* made some privates protected
This commit is contained in:
@@ -39,8 +39,8 @@ namespace OpenSim.Grid.GridServer
|
||||
/// </summary>
|
||||
public class GridServerBase : BaseOpenSimServer, conscmd_callback
|
||||
{
|
||||
private GridConfig m_config;
|
||||
private GridManager m_gridManager;
|
||||
protected GridConfig m_config;
|
||||
protected GridManager m_gridManager;
|
||||
|
||||
public void Work()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user