* made some privates protected
parent
e2dfd919bc
commit
95e4d1ae5e
|
@ -39,8 +39,8 @@ namespace OpenSim.Grid.GridServer
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class GridServerBase : BaseOpenSimServer, conscmd_callback
|
public class GridServerBase : BaseOpenSimServer, conscmd_callback
|
||||||
{
|
{
|
||||||
private GridConfig m_config;
|
protected GridConfig m_config;
|
||||||
private GridManager m_gridManager;
|
protected GridManager m_gridManager;
|
||||||
|
|
||||||
public void Work()
|
public void Work()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue