diff options
author | Dr Scofield | 2008-06-27 16:58:21 +0000 |
---|---|---|
committer | Dr Scofield | 2008-06-27 16:58:21 +0000 |
commit | feb30217de48f4b3d869bf13453a945a04ee2524 (patch) | |
tree | 9da974ca87997d2bdfdda8c027314b01eb8c299a /OpenSim/Framework/Communications/Capabilities | |
parent | * restore suppression of mono addins manager warnings (diff) | |
download | opensim-SC-feb30217de48f4b3d869bf13453a945a04ee2524.zip opensim-SC-feb30217de48f4b3d869bf13453a945a04ee2524.tar.gz opensim-SC-feb30217de48f4b3d869bf13453a945a04ee2524.tar.bz2 opensim-SC-feb30217de48f4b3d869bf13453a945a04ee2524.tar.xz |
dr scofield's warning safari:
* commented out [Obsolete(....)] attributes where no replacement feature
was available: if we want to attribute code that we think needs to be
reworked, we should define a new attribute and use that instead
(together with a little tool to retrieve all the attributed code then)
* commenting out unused variables
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); |