diff options
Diffstat (limited to 'OpenSim/Client/VWoHTTP')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 6f6d231..e1418d8 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 | } |