aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
index d305ffe..c2ddd36 100644
--- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
+++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
@@ -439,6 +439,11 @@ namespace OpenSim.Client.Sirikata.ClientStack
439 439
440 public void Close() 440 public void Close()
441 { 441 {
442 Close(true);
443 }
444
445 public void Close(bool sendStop)
446 {
442 throw new System.NotImplementedException(); 447 throw new System.NotImplementedException();
443 } 448 }
444 449
@@ -497,7 +502,7 @@ namespace OpenSim.Client.Sirikata.ClientStack
497 throw new System.NotImplementedException(); 502 throw new System.NotImplementedException();
498 } 503 }
499 504
500 public void SendGenericMessage(string method, List<string> message) 505 public void SendGenericMessage(string method, List<Byte[]> message)
501 { 506 {
502 throw new System.NotImplementedException(); 507 throw new System.NotImplementedException();
503 } 508 }