diff options
Diffstat (limited to 'OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs')
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs index 8e5efe4..87db85b 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -495,7 +495,7 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
495 | throw new System.NotImplementedException(); | 495 | throw new System.NotImplementedException(); |
496 | } | 496 | } |
497 | 497 | ||
498 | public void SendGenericMessage(string method, List<string> message) | 498 | public void SendGenericMessage(string method, List<Byte[]> message) |
499 | { | 499 | { |
500 | throw new System.NotImplementedException(); | 500 | throw new System.NotImplementedException(); |
501 | } | 501 | } |