diff options
author | Melanie | 2009-12-27 17:52:27 +0100 |
---|---|---|
committer | Melanie | 2009-12-27 17:52:27 +0100 |
commit | 8ad8bd6282210c8ce0c00704edb3c55654ad2fc2 (patch) | |
tree | 6b12dc80e859e3fd542ec8f3d01d114cf506352b /OpenSim/Client/Sirikata | |
parent | One should not copy/paste so much :) (diff) | |
download | opensim-SC-8ad8bd6282210c8ce0c00704edb3c55654ad2fc2.zip opensim-SC-8ad8bd6282210c8ce0c00704edb3c55654ad2fc2.tar.gz opensim-SC-8ad8bd6282210c8ce0c00704edb3c55654ad2fc2.tar.bz2 opensim-SC-8ad8bd6282210c8ce0c00704edb3c55654ad2fc2.tar.xz |
Fix up the new Sirikata cient view
Diffstat (limited to 'OpenSim/Client/Sirikata')
-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 e8d1889..4700bf2 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -449,7 +449,7 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
449 | throw new System.NotImplementedException(); | 449 | throw new System.NotImplementedException(); |
450 | } | 450 | } |
451 | 451 | ||
452 | public void SendGenericMessage(string method, List<string> message) | 452 | public void SendGenericMessage(string method, List<Byte[]> message) |
453 | { | 453 | { |
454 | throw new System.NotImplementedException(); | 454 | throw new System.NotImplementedException(); |
455 | } | 455 | } |