diff options
author | Justin Clark-Casey (justincc) | 2010-04-23 20:11:26 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-04-23 20:11:26 +0100 |
commit | f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b (patch) | |
tree | db7c7436fe7c81eab481ed1e7bc969949d9646f2 /OpenSim/Region/Framework/Interfaces/IRegionModule.cs | |
parent | dispose of the DbCommand used to execute migrations after we've finished with... (diff) | |
parent | add a comment about deprecating IRegionModule (diff) | |
download | opensim-SC_OLD-f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b.zip opensim-SC_OLD-f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b.tar.gz opensim-SC_OLD-f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b.tar.bz2 opensim-SC_OLD-f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b.tar.xz |
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IRegionModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IRegionModule.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IRegionModule.cs b/OpenSim/Region/Framework/Interfaces/IRegionModule.cs index 8eb906c..8365fe3 100644 --- a/OpenSim/Region/Framework/Interfaces/IRegionModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IRegionModule.cs | |||
@@ -30,6 +30,9 @@ using OpenSim.Region.Framework.Scenes; | |||
30 | 30 | ||
31 | namespace OpenSim.Region.Framework.Interfaces | 31 | namespace OpenSim.Region.Framework.Interfaces |
32 | { | 32 | { |
33 | /// <summary> | ||
34 | /// DEPRECATED! Use INonSharedRegionModule or ISharedRegionModule instead | ||
35 | /// </summary> | ||
33 | public interface IRegionModule | 36 | public interface IRegionModule |
34 | { | 37 | { |
35 | void Initialise(Scene scene, IConfigSource source); | 38 | void Initialise(Scene scene, IConfigSource source); |