* made some privates protected

0.6.0-stable
lbsa71 2008-03-12 11:18:43 +00:00
parent e2dfd919bc
commit 95e4d1ae5e
1 changed files with 2 additions and 2 deletions

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