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 cf87a30..7b9faa9 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -929,7 +929,7 @@ namespace OpenSim.Client.MXP.ClientStack | |||
929 | // Need to translate to MXP somehow | 929 | // Need to translate to MXP somehow |
930 | } | 930 | } |
931 | 931 | ||
932 | public void SendGenericMessage(string method, List<string> message) | 932 | public void SendGenericMessage(string method, List<byte[]> message) |
933 | { | 933 | { |
934 | // Need to translate to MXP somehow | 934 | // Need to translate to MXP somehow |
935 | } | 935 | } |
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs index 56f5f8f..b7ead6e 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -502,7 +502,7 @@ namespace OpenSim.Client.Sirikata.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 | } |
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index b8f46dc..d51277b 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -508,7 +508,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
508 | throw new System.NotImplementedException(); | 508 | throw new System.NotImplementedException(); |
509 | } | 509 | } |
510 | 510 | ||
511 | public void SendGenericMessage(string method, List<string> message) | 511 | public void SendGenericMessage(string method, List<byte[]> message) |
512 | { | 512 | { |
513 | throw new System.NotImplementedException(); | 513 | throw new System.NotImplementedException(); |
514 | } | 514 | } |