diff options
author | Melanie | 2009-08-10 23:08:22 +0100 |
---|---|---|
committer | Melanie | 2009-08-10 23:08:22 +0100 |
commit | eba23048ca2d6dd1b934e11dc426093e5b2134c7 (patch) | |
tree | da54852717bb696798d2e45fa0bcbf89f61f9228 /OpenSim/Region/Framework | |
parent | Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn... (diff) | |
download | opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.zip opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.gz opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.bz2 opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.xz |
Replace the Replaceable modules name
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 |