diff options
Diffstat (limited to 'OpenSim/Client/VWoHTTP/ClientStack')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 11eed09..e6d1c48 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -519,6 +519,10 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
519 | throw new System.NotImplementedException(); | 519 | throw new System.NotImplementedException(); |
520 | } | 520 | } |
521 | 521 | ||
522 | public void SendGenericMessage(string method, List<string> message) | ||
523 | { | ||
524 | } | ||
525 | |||
522 | public void SendGenericMessage(string method, List<byte[]> message) | 526 | public void SendGenericMessage(string method, List<byte[]> message) |
523 | { | 527 | { |
524 | throw new System.NotImplementedException(); | 528 | throw new System.NotImplementedException(); |