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 d414f08..33017d6 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -923,7 +923,7 @@ namespace OpenSim.Client.MXP.ClientStack | |||
923 | // Need to translate to MXP somehow | 923 | // Need to translate to MXP somehow |
924 | } | 924 | } |
925 | 925 | ||
926 | public void SendGenericMessage(string method, List<string> message) | 926 | public void SendGenericMessage(string method, List<byte[]> message) |
927 | { | 927 | { |
928 | // Need to translate to MXP somehow | 928 | // Need to translate to MXP somehow |
929 | } | 929 | } |
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 | } |
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index ef74677..f45cb44 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -504,7 +504,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
504 | throw new System.NotImplementedException(); | 504 | throw new System.NotImplementedException(); |
505 | } | 505 | } |
506 | 506 | ||
507 | public void SendGenericMessage(string method, List<string> message) | 507 | public void SendGenericMessage(string method, List<byte[]> message) |
508 | { | 508 | { |
509 | throw new System.NotImplementedException(); | 509 | throw new System.NotImplementedException(); |
510 | } | 510 | } |