aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs')
-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 56f5f8f..b7ead6e 100644
--- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
+++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
@@ -502,7 +502,7 @@ namespace OpenSim.Client.Sirikata.ClientStack
502 throw new System.NotImplementedException(); 502 throw new System.NotImplementedException();
503 } 503 }
504 504
505 public void SendGenericMessage(string method, List<string> message) 505 public void SendGenericMessage(string method, List<Byte[]> message)
506 { 506 {
507 throw new System.NotImplementedException(); 507 throw new System.NotImplementedException();
508 } 508 }