aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-08-25 21:35:22 +0000
committerJustin Clarke Casey2008-08-25 21:35:22 +0000
commit3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f (patch)
treec114cea9e8230bcebf273bc87504fc82c0637b6e /OpenSim/Region/ClientStack
parent* Deal with a WebException thrown if a grid server cannot be contacted for re... (diff)
downloadopensim-SC_OLD-3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f.zip
opensim-SC_OLD-3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f.tar.gz
opensim-SC_OLD-3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f.tar.bz2
opensim-SC_OLD-3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f.tar.xz
* zap compilation warnings
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs4
2 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index a30cafd..62bcae7 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -237,7 +237,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
237 private RequestPayPrice handlerRequestPayPrice = null; 237 private RequestPayPrice handlerRequestPayPrice = null;
238 private ObjectSaleInfo handlerObjectSaleInfo = null; 238 private ObjectSaleInfo handlerObjectSaleInfo = null;
239 private ObjectBuy handlerObjectBuy = null; 239 private ObjectBuy handlerObjectBuy = null;
240 private BuyObjectInventory handlerBuyObjectInventory = null; 240 //private BuyObjectInventory handlerBuyObjectInventory = null;
241 private ObjectDeselect handlerObjectDetach = null; 241 private ObjectDeselect handlerObjectDetach = null;
242 private AgentSit handlerOnUndo = null; 242 private AgentSit handlerOnUndo = null;
243 243
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
index 830074a..e874394 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
@@ -77,8 +77,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
77 77
78 public class LLPacketHandler : IPacketHandler 78 public class LLPacketHandler : IPacketHandler
79 { 79 {
80 private static readonly ILog m_log = 80// private static readonly ILog m_log =
81 LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 81// LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
82 82
83 // Packet queues 83 // Packet queues
84 // 84 //