aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs14
1 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
index badf918..bf622c6 100644
--- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
+++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
@@ -12,21 +12,21 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
12{ 12{
13 class VWHClientView : IClientAPI 13 class VWHClientView : IClientAPI
14 { 14 {
15 private Scene m_scene; 15// private Scene m_scene;
16 16
17 public void ProcessInMsg(OSHttpRequest req, OSHttpResponse resp) 17 public void ProcessInMsg(OSHttpRequest req, OSHttpResponse resp)
18 { 18 {
19 string method = req.Url.AbsolutePath.Split('/')[2]; 19// string method = req.Url.AbsolutePath.Split('/')[2];
20 } 20 }
21 21
22 private void ProcessAssetRequest(OSHttpRequest req, OSHttpResponse resp) 22// private void ProcessAssetRequest(OSHttpRequest req, OSHttpResponse resp)
23 { 23// {
24 24//
25 } 25// }
26 26
27 public VWHClientView(UUID sessionID, UUID agentID, string agentName, Scene scene) 27 public VWHClientView(UUID sessionID, UUID agentID, string agentName, Scene scene)
28 { 28 {
29 m_scene = scene; 29// m_scene = scene;
30 } 30 }
31 31
32 #region Implementation of IClientAPI 32 #region Implementation of IClientAPI