aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie2009-12-27 17:52:27 +0100
committerMelanie2009-12-27 17:52:27 +0100
commit8ad8bd6282210c8ce0c00704edb3c55654ad2fc2 (patch)
tree6b12dc80e859e3fd542ec8f3d01d114cf506352b /OpenSim
parentOne should not copy/paste so much :) (diff)
downloadopensim-SC_OLD-8ad8bd6282210c8ce0c00704edb3c55654ad2fc2.zip
opensim-SC_OLD-8ad8bd6282210c8ce0c00704edb3c55654ad2fc2.tar.gz
opensim-SC_OLD-8ad8bd6282210c8ce0c00704edb3c55654ad2fc2.tar.bz2
opensim-SC_OLD-8ad8bd6282210c8ce0c00704edb3c55654ad2fc2.tar.xz
Fix up the new Sirikata cient view
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs2
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 }