* made some privates protected

This commit is contained in:
lbsa71
2008-03-12 11:18:43 +00:00
parent e2dfd919bc
commit 95e4d1ae5e

View File

@@ -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()
{