aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
diff options
context:
space:
mode:
authorDiva Canto2012-11-12 18:08:02 -0800
committerDiva Canto2012-11-12 18:08:02 -0800
commit86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f (patch)
treeca8b211f1c219dc1ac072cc54c801ce948d2ff84 /OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
parentCompletely remove the IRegionModule interface (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
index 5ae9cc3..13415f8 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
@@ -51,7 +51,7 @@ using OpenSim.Capabilities.Handlers;
51namespace OpenSim.Region.ClientStack.Linden 51namespace OpenSim.Region.ClientStack.Linden
52{ 52{
53 53
54 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")] 54 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "GetTextureModule")]
55 public class GetTextureModule : INonSharedRegionModule 55 public class GetTextureModule : INonSharedRegionModule
56 { 56 {
57// private static readonly ILog m_log = 57// private static readonly ILog m_log =