From 527b4e7c7ea9b77e4d3d4d9f55d65f019d8212bc Mon Sep 17 00:00:00 2001 From: E. Allen Soard Date: Sat, 7 May 2011 11:41:22 -0700 Subject: Incremental - Just did some cleanup of comments and class name change to clean up from using BareBonesNonShared as a template. --- .../OptionalModules/PrimLimitsModule/PrimLimitsModule.cs | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/OpenSim/Region/OptionalModules/PrimLimitsModule/PrimLimitsModule.cs b/OpenSim/Region/OptionalModules/PrimLimitsModule/PrimLimitsModule.cs index dd02bc7..5bafec3 100644 --- a/OpenSim/Region/OptionalModules/PrimLimitsModule/PrimLimitsModule.cs +++ b/OpenSim/Region/OptionalModules/PrimLimitsModule/PrimLimitsModule.cs @@ -38,21 +38,13 @@ using OpenSim.Region.Framework.Scenes; namespace OpenSim.Region.OptionalModules { /// - /// Simplest possible example of a non-shared region module. + /// Enables Prim limits for parcel. /// /// - /// This module is the simplest possible example of a non-shared region module (a module where each scene/region - /// in the simulator has its own copy). If anybody wants to create a more complex example in the future then - /// please create a separate class. - /// - /// This module is not active by default. If you want to see it in action, - /// then just uncomment the line below starting with [Extension(Path... - /// - /// When the module is enabled it will print messages when it receives certain events to the screen and the log - /// file. + /// This module selectivly enables parcel prim limits. /// [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "PrimLimitsModule")] - public class BareBonesNonSharedModule : INonSharedRegionModule + public class PrimLimitsModule : INonSharedRegionModule { protected IDialogModule m_dialogModule; private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); -- cgit v1.1