aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs2
-rw-r--r--OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs2
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs2
3 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 3c98229..b6161ff 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -921,7 +921,7 @@ namespace OpenSim.Client.MXP.ClientStack
921 // Need to translate to MXP somehow 921 // Need to translate to MXP somehow
922 } 922 }
923 923
924 public void SendGenericMessage(string method, List<string> message) 924 public void SendGenericMessage(string method, List<byte[]> message)
925 { 925 {
926 // Need to translate to MXP somehow 926 // Need to translate to MXP somehow
927 } 927 }
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
index 30d1575..aaa3de3 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 }
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
index 6a119bd..334d443 100644
--- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
+++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
@@ -502,7 +502,7 @@ namespace OpenSim.Client.VWoHTTP.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 }