diff options
author | Diva Canto | 2010-04-26 14:52:22 -0700 |
---|---|---|
committer | Diva Canto | 2010-04-26 14:52:22 -0700 |
commit | 2ac00b7f96b01cf9494d2a5fef9a84443301a04c (patch) | |
tree | 418a3b9d08a2d6888044d92bdbccaecf58b60b08 /OpenSim/Region/Framework/Interfaces/IRegionModule.cs | |
parent | Add instructions for using SQLiteNG to OpenSim.ini and config-include/Standal... (diff) | |
download | opensim-SC_OLD-2ac00b7f96b01cf9494d2a5fef9a84443301a04c.zip opensim-SC_OLD-2ac00b7f96b01cf9494d2a5fef9a84443301a04c.tar.gz opensim-SC_OLD-2ac00b7f96b01cf9494d2a5fef9a84443301a04c.tar.bz2 opensim-SC_OLD-2ac00b7f96b01cf9494d2a5fef9a84443301a04c.tar.xz |
* Commenting SQLiteNG out of prebuild.xml, because it's making compile fail in Windows. Justin: you forgot to add Mono.Sqlite.dll, and I can't figure out where to grab it from!
* IRegionModule.cs wants to be committed too -- EOF.
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IRegionModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IRegionModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IRegionModule.cs b/OpenSim/Region/Framework/Interfaces/IRegionModule.cs index 8365fe3..e25a6e8 100644 --- a/OpenSim/Region/Framework/Interfaces/IRegionModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IRegionModule.cs | |||
@@ -30,8 +30,8 @@ using OpenSim.Region.Framework.Scenes; | |||
30 | 30 | ||
31 | namespace OpenSim.Region.Framework.Interfaces | 31 | namespace OpenSim.Region.Framework.Interfaces |
32 | { | 32 | { |
33 | /// <summary> | 33 | /// <summary> |
34 | /// DEPRECATED! Use INonSharedRegionModule or ISharedRegionModule instead | 34 | /// DEPRECATED! Use INonSharedRegionModule or ISharedRegionModule instead |
35 | /// </summary> | 35 | /// </summary> |
36 | public interface IRegionModule | 36 | public interface IRegionModule |
37 | { | 37 | { |