diff options
author | lbsa71 | 2008-03-12 11:11:52 +0000 |
---|---|---|
committer | lbsa71 | 2008-03-12 11:11:52 +0000 |
commit | e2dfd919bcf11af8577dd940d775cc1c7034dcc6 (patch) | |
tree | 02342c23aa88630b9f249a434b8463de724e4063 /OpenSim/Grid/GridServer | |
parent | * Refactored some terrain brushes to move out some common functions into Terr... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Grid/GridServer/GridManager.cs | 2 |
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 | ||
42 | namespace OpenSim.Grid.GridServer | 42 | namespace 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 | ||