diff options
author | Diva Canto | 2009-08-10 16:02:33 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-10 16:02:33 -0700 |
commit | 9f95ec499858915de3ccafa0d2b5e23bdcc0ff74 (patch) | |
tree | 6d456a3bea6952c8ac010e549a9f592017a46902 /OpenSim/Region/Framework | |
parent | Changed RequestRootFolder to GetRootFolder (diff) | |
parent | Replace the Replaceable modules name (diff) | |
download | opensim-SC_OLD-9f95ec499858915de3ccafa0d2b5e23bdcc0ff74.zip opensim-SC_OLD-9f95ec499858915de3ccafa0d2b5e23bdcc0ff74.tar.gz opensim-SC_OLD-9f95ec499858915de3ccafa0d2b5e23bdcc0ff74.tar.bz2 opensim-SC_OLD-9f95ec499858915de3ccafa0d2b5e23bdcc0ff74.tar.xz |
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs b/OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs index 885f1ff..ff606b1 100644 --- a/OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs +++ b/OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs | |||
@@ -51,7 +51,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
51 | /// that the developer expects to be replaced by third party provided | 51 | /// that the developer expects to be replaced by third party provided |
52 | /// modules. | 52 | /// modules. |
53 | /// </summary> | 53 | /// </summary> |
54 | Type ReplacableInterface { get; } | 54 | Type ReplaceableInterface { get; } |
55 | 55 | ||
56 | /// <summary> | 56 | /// <summary> |
57 | /// This is called to initialize the region module. For shared modules, this is called | 57 | /// This is called to initialize the region module. For shared modules, this is called |