aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/VWoHTTP/ClientStack
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client/VWoHTTP/ClientStack')
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
index f23acdc..5268e42 100644
--- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
+++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
@@ -502,7 +502,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
502 throw new System.NotImplementedException(); 502 throw new System.NotImplementedException();
503 } 503 }
504 504
505 public void SendGenericMessage(string method, List<string> message) 505 public void SendGenericMessage(string method, List<byte[]> message)
506 { 506 {
507 throw new System.NotImplementedException(); 507 throw new System.NotImplementedException();
508 } 508 }