aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Example/BareBonesNonShared
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-12-04 01:38:32 +0000
committerJustin Clark-Casey (justincc)2010-12-04 01:38:32 +0000
commitc010491d340ed66fd5b6044f708669e3aac609b4 (patch)
treecead54ccdb19fe4353f226f20ca5a0fc1da3ee99 /OpenSim/Region/OptionalModules/Example/BareBonesNonShared
parentAdd the most bare bones non-shared region module example. Not active unless ... (diff)
downloadopensim-SC_OLD-c010491d340ed66fd5b6044f708669e3aac609b4.zip
opensim-SC_OLD-c010491d340ed66fd5b6044f708669e3aac609b4.tar.gz
opensim-SC_OLD-c010491d340ed66fd5b6044f708669e3aac609b4.tar.bz2
opensim-SC_OLD-c010491d340ed66fd5b6044f708669e3aac609b4.tar.xz
correct the id of the example module
Diffstat (limited to 'OpenSim/Region/OptionalModules/Example/BareBonesNonShared')
-rw-r--r--OpenSim/Region/OptionalModules/Example/BareBonesNonShared/BareBonesNonSharedModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Example/BareBonesNonShared/BareBonesNonSharedModule.cs b/OpenSim/Region/OptionalModules/Example/BareBonesNonShared/BareBonesNonSharedModule.cs
index a2a6b50..5ece77d 100644
--- a/OpenSim/Region/OptionalModules/Example/BareBonesNonShared/BareBonesNonSharedModule.cs
+++ b/OpenSim/Region/OptionalModules/Example/BareBonesNonShared/BareBonesNonSharedModule.cs
@@ -46,7 +46,7 @@ namespace OpenSim.Region.OptionalModules.Example.BareBonesNonShared
46 /// This module is not active by default. If you want to see it in action, 46 /// This module is not active by default. If you want to see it in action,
47 /// then just uncomment the line below starting with [Extension(Path... 47 /// then just uncomment the line below starting with [Extension(Path...
48 /// </remarks> 48 /// </remarks>
49 //[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "AttachmentsModule")] 49 //[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "BareBonesNonSharedModule")]
50 public class BareBonesNonSharedModule : INonSharedRegionModule 50 public class BareBonesNonSharedModule : INonSharedRegionModule
51 { 51 {
52 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 52 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);