diff options
Diffstat (limited to 'OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs')
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs index 3f3166a..bc48123 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -513,6 +513,10 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
513 | throw new System.NotImplementedException(); | 513 | throw new System.NotImplementedException(); |
514 | } | 514 | } |
515 | 515 | ||
516 | public void SendGenericMessage(string method, List<string> message) | ||
517 | { | ||
518 | } | ||
519 | |||
516 | public void SendGenericMessage(string method, List<byte[]> message) | 520 | public void SendGenericMessage(string method, List<byte[]> message) |
517 | { | 521 | { |
518 | throw new System.NotImplementedException(); | 522 | throw new System.NotImplementedException(); |