aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/GridManager.cs
diff options
context:
space:
mode:
authorlbsa712008-03-12 11:11:52 +0000
committerlbsa712008-03-12 11:11:52 +0000
commite2dfd919bcf11af8577dd940d775cc1c7034dcc6 (patch)
tree02342c23aa88630b9f249a434b8463de724e4063 /OpenSim/Grid/GridServer/GridManager.cs
parent* Refactored some terrain brushes to move out some common functions into Terr... (diff)
downloadopensim-SC_OLD-e2dfd919bcf11af8577dd940d775cc1c7034dcc6.zip
opensim-SC_OLD-e2dfd919bcf11af8577dd940d775cc1c7034dcc6.tar.gz
opensim-SC_OLD-e2dfd919bcf11af8577dd940d775cc1c7034dcc6.tar.bz2
opensim-SC_OLD-e2dfd919bcf11af8577dd940d775cc1c7034dcc6.tar.xz
* made GridManager class public
Diffstat (limited to 'OpenSim/Grid/GridServer/GridManager.cs')
-rw-r--r--OpenSim/Grid/GridServer/GridManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs
index 69c56d2..ace47d8 100644
--- a/OpenSim/Grid/GridServer/GridManager.cs
+++ b/OpenSim/Grid/GridServer/GridManager.cs
@@ -41,7 +41,7 @@ using OpenSim.Framework.Data.MySQL;
41 41
42namespace OpenSim.Grid.GridServer 42namespace OpenSim.Grid.GridServer
43{ 43{
44 internal class GridManager 44 public class GridManager
45 { 45 {
46 private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); 46 private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
47 47