diff options
author | Diva Canto | 2012-11-12 18:08:02 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-12 18:08:02 -0800 |
commit | 86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f (patch) | |
tree | ca8b211f1c219dc1ac072cc54c801ce948d2ff84 /OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | |
parent | Completely remove the IRegionModule interface (diff) | |
download | opensim-SC-86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f.zip opensim-SC-86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f.tar.gz opensim-SC-86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f.tar.bz2 opensim-SC-86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f.tar.xz |
Cleanup on region modules: gave short node id's to all of them.
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs index 8ed0fb3..191bccf 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | |||
@@ -53,7 +53,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
53 | /// NOTE: Part of this code was adapted from the Aurora project, specifically | 53 | /// NOTE: Part of this code was adapted from the Aurora project, specifically |
54 | /// the normal part of the response in the capability handler. | 54 | /// the normal part of the response in the capability handler. |
55 | /// </remarks> | 55 | /// </remarks> |
56 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")] | 56 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "SimulatorFeaturesModule")] |
57 | public class SimulatorFeaturesModule : ISharedRegionModule, ISimulatorFeaturesModule | 57 | public class SimulatorFeaturesModule : ISharedRegionModule, ISimulatorFeaturesModule |
58 | { | 58 | { |
59 | // private static readonly ILog m_log = | 59 | // private static readonly ILog m_log = |