aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Sirikata/ClientStack
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client/Sirikata/ClientStack')
-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 d305ffe..1bdc4f8 100644
--- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
+++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
@@ -497,7 +497,7 @@ namespace OpenSim.Client.Sirikata.ClientStack
497 throw new System.NotImplementedException(); 497 throw new System.NotImplementedException();
498 } 498 }
499 499
500 public void SendGenericMessage(string method, List<string> message) 500 public void SendGenericMessage(string method, List<Byte[]> message)
501 { 501 {
502 throw new System.NotImplementedException(); 502 throw new System.NotImplementedException();
503 } 503 }