diff options
author | MW | 2009-05-15 12:10:44 +0000 |
---|---|---|
committer | MW | 2009-05-15 12:10:44 +0000 |
commit | 5a97979bd75658e89d7b74e5cb349b4b0242a217 (patch) | |
tree | ddc93717f9ebba0b0c54eaa090937436f912267e /OpenSim/Grid/GridServer.Modules | |
parent | Fixed minor problem in prebuild.xml (diff) | |
download | opensim-SC_OLD-5a97979bd75658e89d7b74e5cb349b4b0242a217.zip opensim-SC_OLD-5a97979bd75658e89d7b74e5cb349b4b0242a217.tar.gz opensim-SC_OLD-5a97979bd75658e89d7b74e5cb349b4b0242a217.tar.bz2 opensim-SC_OLD-5a97979bd75658e89d7b74e5cb349b4b0242a217.tar.xz |
Added PostInitialise method to IGridPlugin.
Diffstat (limited to 'OpenSim/Grid/GridServer.Modules')
-rw-r--r-- | OpenSim/Grid/GridServer.Modules/GridServerPlugin.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Grid/GridServer.Modules/GridServerPlugin.cs b/OpenSim/Grid/GridServer.Modules/GridServerPlugin.cs index 420249d..f1acaf9 100644 --- a/OpenSim/Grid/GridServer.Modules/GridServerPlugin.cs +++ b/OpenSim/Grid/GridServer.Modules/GridServerPlugin.cs | |||
@@ -69,6 +69,11 @@ namespace OpenSim.Grid.GridServer.Modules | |||
69 | SetupGridServices(); | 69 | SetupGridServices(); |
70 | } | 70 | } |
71 | 71 | ||
72 | public void PostInitialise() | ||
73 | { | ||
74 | |||
75 | } | ||
76 | |||
72 | #endregion | 77 | #endregion |
73 | 78 | ||
74 | #region IPlugin Members | 79 | #region IPlugin Members |