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/GetMeshModule.cs | |
parent | Completely remove the IRegionModule interface (diff) | |
download | opensim-SC_OLD-86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f.zip opensim-SC_OLD-86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f.tar.gz opensim-SC_OLD-86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f.tar.bz2 opensim-SC_OLD-86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f.tar.xz |
Cleanup on region modules: gave short node id's to all of them.
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs index 9bb0f5e..8e1f63a 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | |||
@@ -47,7 +47,7 @@ using Caps = OpenSim.Framework.Capabilities.Caps; | |||
47 | 47 | ||
48 | namespace OpenSim.Region.ClientStack.Linden | 48 | namespace OpenSim.Region.ClientStack.Linden |
49 | { | 49 | { |
50 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")] | 50 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "GetMeshModule")] |
51 | public class GetMeshModule : INonSharedRegionModule | 51 | public class GetMeshModule : INonSharedRegionModule |
52 | { | 52 | { |
53 | // private static readonly ILog m_log = | 53 | // private static readonly ILog m_log = |