diff options
Diffstat (limited to 'OpenSim/Client')
-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 94a81f0..1d9586e 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 eac20bc..96a24c6 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 2012211..cc4200c 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 | } |