diff options
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/IRegionModule.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/IRegionModule.cs | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IRegionModule.cs b/OpenSim/Region/Environment/Interfaces/IRegionModule.cs index 47f3d92..981b73f 100644 --- a/OpenSim/Region/Environment/Interfaces/IRegionModule.cs +++ b/OpenSim/Region/Environment/Interfaces/IRegionModule.cs | |||
@@ -1,15 +1,13 @@ | |||
1 | using System; | 1 | using OpenSim.Region.Environment.Scenes; |
2 | using System.Collections.Generic; | 2 | |
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.Region.Environment.Interfaces | 3 | namespace OpenSim.Region.Environment.Interfaces |
6 | { | 4 | { |
7 | public interface IRegionModule | 5 | public interface IRegionModule |
8 | { | 6 | { |
9 | void Initialise(Scenes.Scene scene); | 7 | void Initialise(Scene scene); |
10 | void PostInitialise(); | 8 | void PostInitialise(); |
11 | void CloseDown(); | 9 | void CloseDown(); |
12 | string GetName(); | 10 | string GetName(); |
13 | bool IsSharedModule(); | 11 | bool IsSharedModule(); |
14 | } | 12 | } |
15 | } | 13 | } \ No newline at end of file |