* made GridManager class public

0.6.0-stable
lbsa71 2008-03-12 11:11:52 +00:00
parent 8e27656fcc
commit e2dfd919bc
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ using OpenSim.Framework.Data.MySQL;
namespace OpenSim.Grid.GridServer
{
internal class GridManager
public class GridManager
{
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);