diff options
author | Mike Mazur | 2008-07-18 04:51:41 +0000 |
---|---|---|
committer | Mike Mazur | 2008-07-18 04:51:41 +0000 |
commit | e0e0db366061eae148364e3d5670f275b1ab25b7 (patch) | |
tree | cbd4890958aa28a3ff98a917909ec77247a80d00 /OpenSim/Grid/GridServer/IGridPlugin.cs | |
parent | Make scripts LSL compliant. (diff) | |
download | opensim-SC_OLD-e0e0db366061eae148364e3d5670f275b1ab25b7.zip opensim-SC_OLD-e0e0db366061eae148364e3d5670f275b1ab25b7.tar.gz opensim-SC_OLD-e0e0db366061eae148364e3d5670f275b1ab25b7.tar.bz2 opensim-SC_OLD-e0e0db366061eae148364e3d5670f275b1ab25b7.tar.xz |
Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader (issue 1763).
Diffstat (limited to 'OpenSim/Grid/GridServer/IGridPlugin.cs')
-rw-r--r-- | OpenSim/Grid/GridServer/IGridPlugin.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Grid/GridServer/IGridPlugin.cs b/OpenSim/Grid/GridServer/IGridPlugin.cs index 6593962..418caec 100644 --- a/OpenSim/Grid/GridServer/IGridPlugin.cs +++ b/OpenSim/Grid/GridServer/IGridPlugin.cs | |||
@@ -29,7 +29,7 @@ | |||
29 | using Mono.Addins; | 29 | using Mono.Addins; |
30 | using OpenSim.Framework; | 30 | using OpenSim.Framework; |
31 | 31 | ||
32 | [assembly : AddinRoot("OpenSim", "0.5")] | 32 | [assembly : AddinRoot("OpenSim.Grid.GridServer", "0.5")] |
33 | 33 | ||
34 | namespace OpenSim.Grid.GridServer | 34 | namespace OpenSim.Grid.GridServer |
35 | { | 35 | { |
@@ -37,7 +37,6 @@ namespace OpenSim.Grid.GridServer | |||
37 | public interface IGridPlugin : IPlugin | 37 | public interface IGridPlugin : IPlugin |
38 | { | 38 | { |
39 | void Initialise(GridServerBase gridServer); | 39 | void Initialise(GridServerBase gridServer); |
40 | void Close(); | ||
41 | } | 40 | } |
42 | 41 | ||
43 | public class GridPluginInitialiser : PluginInitialiserBase | 42 | public class GridPluginInitialiser : PluginInitialiserBase |