diff options
author | Adam Frisby | 2008-05-01 18:04:42 +0000 |
---|---|---|
committer | Adam Frisby | 2008-05-01 18:04:42 +0000 |
commit | 20a9bf08f51351e1e0a9de94f184ff56cd572665 (patch) | |
tree | 52da64dab26353b903c8e4befed0178fa72a188b /OpenSim/Region/Environment/Interfaces/IRegionModule.cs | |
parent | More config cleanup in LaunchSLClient. (diff) | |
download | opensim-SC_OLD-20a9bf08f51351e1e0a9de94f184ff56cd572665.zip opensim-SC_OLD-20a9bf08f51351e1e0a9de94f184ff56cd572665.tar.gz opensim-SC_OLD-20a9bf08f51351e1e0a9de94f184ff56cd572665.tar.bz2 opensim-SC_OLD-20a9bf08f51351e1e0a9de94f184ff56cd572665.tar.xz |
* Rolled back a few changes.
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/IRegionModule.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/IRegionModule.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IRegionModule.cs b/OpenSim/Region/Environment/Interfaces/IRegionModule.cs index 80698d5..ffa4f32 100644 --- a/OpenSim/Region/Environment/Interfaces/IRegionModule.cs +++ b/OpenSim/Region/Environment/Interfaces/IRegionModule.cs | |||
@@ -32,10 +32,10 @@ namespace OpenSim.Region.Environment.Interfaces | |||
32 | { | 32 | { |
33 | public interface IRegionModule | 33 | public interface IRegionModule |
34 | { | 34 | { |
35 | string Name { get; } | ||
36 | bool IsSharedModule { get; } | ||
37 | void Initialise(Scene scene, IConfigSource source); | 35 | void Initialise(Scene scene, IConfigSource source); |
38 | void PostInitialise(); | 36 | void PostInitialise(); |
39 | void Close(); | 37 | void Close(); |
38 | string Name { get; } | ||
39 | bool IsSharedModule { get; } | ||
40 | } | 40 | } |
41 | } \ No newline at end of file | 41 | } |