aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authordahlia2010-04-23 12:05:10 -0700
committerdahlia2010-04-23 12:06:32 -0700
commitb5ec101cc8af2a4b3313ba7466b79b5fa6961c95 (patch)
tree6225ae4f29c68d41fefef1c7ee00b35e7963397d /OpenSim
parentput SQLiteNG classes in their own namespace to avoid confusion (diff)
downloadopensim-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.cs3
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
31namespace OpenSim.Region.Framework.Interfaces 31namespace 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);