diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Capabilities')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 5249aa2..5aba086 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs | |||
@@ -79,17 +79,17 @@ namespace OpenSim.Framework.Communications.Capabilities | |||
79 | private CapsHandlers m_capsHandlers; | 79 | private CapsHandlers m_capsHandlers; |
80 | 80 | ||
81 | private static readonly string m_requestPath = "0000/"; | 81 | private static readonly string m_requestPath = "0000/"; |
82 | private static readonly string m_mapLayerPath = "0001/"; | 82 | // private static readonly string m_mapLayerPath = "0001/"; |
83 | private static readonly string m_newInventory = "0002/"; | 83 | private static readonly string m_newInventory = "0002/"; |
84 | //private static readonly string m_requestTexture = "0003/"; | 84 | //private static readonly string m_requestTexture = "0003/"; |
85 | private static readonly string m_notecardUpdatePath = "0004/"; | 85 | private static readonly string m_notecardUpdatePath = "0004/"; |
86 | private static readonly string m_notecardTaskUpdatePath = "0005/"; | 86 | private static readonly string m_notecardTaskUpdatePath = "0005/"; |
87 | private static readonly string m_fetchInventoryPath = "0006/"; | 87 | // private static readonly string m_fetchInventoryPath = "0006/"; |
88 | 88 | ||
89 | // The following two entries are in a module, however, there also here so that we don't re-assign | 89 | // The following two entries are in a module, however, there also here so that we don't re-assign |
90 | // the path to another cap by mistake. | 90 | // the path to another cap by mistake. |
91 | private static readonly string m_parcelVoiceInfoRequestPath = "0007/"; // This is in a module. | 91 | // private static readonly string m_parcelVoiceInfoRequestPath = "0007/"; // This is in a module. |
92 | private static readonly string m_provisionVoiceAccountRequestPath = "0008/";// This is in a module. | 92 | // private static readonly string m_provisionVoiceAccountRequestPath = "0008/";// This is in a module. |
93 | 93 | ||
94 | //private string eventQueue = "0100/"; | 94 | //private string eventQueue = "0100/"; |
95 | private BaseHttpServer m_httpListener; | 95 | private BaseHttpServer m_httpListener; |
@@ -246,7 +246,7 @@ namespace OpenSim.Framework.Communications.Capabilities | |||
246 | // multiple fetch-folder maps are allowed within the larger folders map. | 246 | // multiple fetch-folder maps are allowed within the larger folders map. |
247 | public string FetchInventoryRequest(string request, string path, string param) | 247 | public string FetchInventoryRequest(string request, string path, string param) |
248 | { | 248 | { |
249 | string unmodifiedRequest = request.ToString(); | 249 | // string unmodifiedRequest = request.ToString(); |
250 | 250 | ||
251 | //m_log.DebugFormat("[AGENT INVENTORY]: Received CAPS fetch inventory request {0}", unmodifiedRequest); | 251 | //m_log.DebugFormat("[AGENT INVENTORY]: Received CAPS fetch inventory request {0}", unmodifiedRequest); |
252 | m_log.Debug("[CAPS]: Inventory Request in region: " + m_regionName); | 252 | m_log.Debug("[CAPS]: Inventory Request in region: " + m_regionName); |