diff options
Diffstat (limited to 'OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs')
-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 b8f46dc..d51277b 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -508,7 +508,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
508 | throw new System.NotImplementedException(); | 508 | throw new System.NotImplementedException(); |
509 | } | 509 | } |
510 | 510 | ||
511 | public void SendGenericMessage(string method, List<string> message) | 511 | public void SendGenericMessage(string method, List<byte[]> message) |
512 | { | 512 | { |
513 | throw new System.NotImplementedException(); | 513 | throw new System.NotImplementedException(); |
514 | } | 514 | } |