diff options
author | dahlia | 2010-04-23 12:05:10 -0700 |
---|---|---|
committer | dahlia | 2010-04-23 12:06:32 -0700 |
commit | b5ec101cc8af2a4b3313ba7466b79b5fa6961c95 (patch) | |
tree | 6225ae4f29c68d41fefef1c7ee00b35e7963397d /OpenSim | |
parent | put SQLiteNG classes in their own namespace to avoid confusion (diff) | |
download | opensim-SC_OLD-b5ec101cc8af2a4b3313ba7466b79b5fa6961c95.zip opensim-SC_OLD-b5ec101cc8af2a4b3313ba7466b79b5fa6961c95.tar.gz opensim-SC_OLD-b5ec101cc8af2a4b3313ba7466b79b5fa6961c95.tar.bz2 opensim-SC_OLD-b5ec101cc8af2a4b3313ba7466b79b5fa6961c95.tar.xz |
add a comment about deprecating IRegionModule
Diffstat (limited to 'OpenSim')
-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); |