aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
diff options
context:
space:
mode:
authorDiva Canto2010-05-23 12:23:16 -0700
committerDiva Canto2010-05-23 12:23:16 -0700
commit30e94cd0753809094b9b01b664e0ae643db28492 (patch)
tree4a76c17218f68ff6aeeb43524b3298b2107e74fc /OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
parentThe 8th migration statement in AssetStore.migrations didn't look right. (diff)
parentRemove an unneeded conditional (diff)
downloadopensim-SC-30e94cd0753809094b9b01b664e0ae643db28492.zip
opensim-SC-30e94cd0753809094b9b01b664e0ae643db28492.tar.gz
opensim-SC-30e94cd0753809094b9b01b664e0ae643db28492.tar.bz2
opensim-SC-30e94cd0753809094b9b01b664e0ae643db28492.tar.xz
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs')
-rw-r--r--OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
index c293480..d725943 100644
--- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
+++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
@@ -504,6 +504,10 @@ namespace OpenSim.Client.Sirikata.ClientStack
504 throw new System.NotImplementedException(); 504 throw new System.NotImplementedException();
505 } 505 }
506 506
507 public void SendGenericMessage(string method, List<string> message)
508 {
509 }
510
507 public void SendGenericMessage(string method, List<byte[]> message) 511 public void SendGenericMessage(string method, List<byte[]> message)
508 { 512 {
509 throw new System.NotImplementedException(); 513 throw new System.NotImplementedException();