diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 2 | ||||
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 2 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index b3582e9..a65e1ef 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 75b2347..0ca8ffe 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -468,7 +468,7 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
468 | throw new System.NotImplementedException(); | 468 | throw new System.NotImplementedException(); |
469 | } | 469 | } |
470 | 470 | ||
471 | public void SendGenericMessage(string method, List<string> message) | 471 | public void SendGenericMessage(string method, List<Byte[]> message) |
472 | { | 472 | { |
473 | throw new System.NotImplementedException(); | 473 | throw new System.NotImplementedException(); |
474 | } | 474 | } |
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 029e23f..2c0f924 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 | } |