aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/XMPPHTTPService.cs
diff options
context:
space:
mode:
authorMW2009-02-24 14:12:25 +0000
committerMW2009-02-24 14:12:25 +0000
commitbc5018b3c6dc05013cbfd4a1febddce8c29f16be (patch)
tree80f334582aa66f74fe01477fc8ebc0d900e03f4d /OpenSim/Grid/MessagingServer/XMPPHTTPService.cs
parentSome cleaning up in the MesssagingServer and GridServer. (diff)
downloadopensim-SC_OLD-bc5018b3c6dc05013cbfd4a1febddce8c29f16be.zip
opensim-SC_OLD-bc5018b3c6dc05013cbfd4a1febddce8c29f16be.tar.gz
opensim-SC_OLD-bc5018b3c6dc05013cbfd4a1febddce8c29f16be.tar.bz2
opensim-SC_OLD-bc5018b3c6dc05013cbfd4a1febddce8c29f16be.tar.xz
Updated MessagingServer to use OpenSim.Grid.Framework
Diffstat (limited to 'OpenSim/Grid/MessagingServer/XMPPHTTPService.cs')
-rw-r--r--OpenSim/Grid/MessagingServer/XMPPHTTPService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/MessagingServer/XMPPHTTPService.cs b/OpenSim/Grid/MessagingServer/XMPPHTTPService.cs
index 87647cd..395c4bf 100644
--- a/OpenSim/Grid/MessagingServer/XMPPHTTPService.cs
+++ b/OpenSim/Grid/MessagingServer/XMPPHTTPService.cs
@@ -33,7 +33,7 @@ using OpenMetaverse;
33using OpenSim.Framework.Servers; 33using OpenSim.Framework.Servers;
34 34
35namespace OpenSim.Grid.MessagingServer 35namespace OpenSim.Grid.MessagingServer
36{ 36{/*
37 public class XMPPHTTPStreamHandler : BaseStreamHandler 37 public class XMPPHTTPStreamHandler : BaseStreamHandler
38 { 38 {
39 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 39 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
@@ -106,5 +106,5 @@ namespace OpenSim.Grid.MessagingServer
106 106
107 } 107 }
108 108
109 } 109 }*/
110} 110}