From 525dc30e6faa9dbf460ff6fa67912df77ff68c75 Mon Sep 17 00:00:00 2001
From: MW
Date: Sun, 24 Jun 2007 18:50:45 +0000
Subject: Disabled the EventQueueGet CAPS as its not yet fully functional.
---
Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs | 2 --
OpenSim/OpenSim.Region/Caps.cs | 4 ++--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs b/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs
index f151f56..0784ffa 100644
--- a/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs
+++ b/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs
@@ -6,8 +6,6 @@ namespace OpenGrid.Framework.Communications.OGS1
{
public class GridCommsManager : CommunicationsManager
{
-
-
public GridCommsManager()
{
GridServer = new OGS1GridServices();
diff --git a/OpenSim/OpenSim.Region/Caps.cs b/OpenSim/OpenSim.Region/Caps.cs
index 7ec0c75..9cb921b 100644
--- a/OpenSim/OpenSim.Region/Caps.cs
+++ b/OpenSim/OpenSim.Region/Caps.cs
@@ -77,7 +77,7 @@ namespace OpenSim.Region
capURLS += "MapLayerhttp://" + httpListenerAddress + ":" + httpListenPort.ToString() + "/CAPS/" + capsObjectPath + mapLayerPath + "";
capURLS += "NewFileAgentInventoryhttp://" + httpListenerAddress + ":" + httpListenPort.ToString() + "/CAPS/" + capsObjectPath + newInventory + "";
//capURLS += "RequestTextureDownloadhttp://" + httpListenerAddress + ":" + httpListenPort.ToString() + "/CAPS/" + capsObjectPath + requestTexture + "";
- capURLS += "EventQueueGethttp://" + httpListenerAddress + ":" + httpListenPort.ToString() + "/CAPS/" + capsObjectPath + eventQueue + "";
+ // capURLS += "EventQueueGethttp://" + httpListenerAddress + ":" + httpListenPort.ToString() + "/CAPS/" + capsObjectPath + eventQueue + "";
return capURLS;
}
@@ -122,7 +122,7 @@ namespace OpenSim.Region
public string ProcessEventQueue(string request, string path, string param)
{
- Console.WriteLine("event queue request " + request);
+ // Console.WriteLine("event queue request " + request);
string res = "";
res = this.CreateEmptyEventResponse();
return res;
--
cgit v1.1