aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/VWoHTTP/ClientStack
diff options
context:
space:
mode:
authorMelanie2010-05-23 06:09:54 +0100
committerMelanie2010-05-23 06:09:54 +0100
commita9dad994324122555c436a5db14ff4072fbf6c89 (patch)
tree3b5dfbb8f6d989cff561fd304c822e7cbfc7c61a /OpenSim/Client/VWoHTTP/ClientStack
parentMerge branch 'master' into careminster-presence-refactor (diff)
parentApply http://opensimulator.org/mantis/view.php?id=4632 (diff)
downloadopensim-SC_OLD-a9dad994324122555c436a5db14ff4072fbf6c89.zip
opensim-SC_OLD-a9dad994324122555c436a5db14ff4072fbf6c89.tar.gz
opensim-SC_OLD-a9dad994324122555c436a5db14ff4072fbf6c89.tar.bz2
opensim-SC_OLD-a9dad994324122555c436a5db14ff4072fbf6c89.tar.xz
Merge branch 'master' into careminster-presence-refactor
Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs
Diffstat (limited to 'OpenSim/Client/VWoHTTP/ClientStack')
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
index 11eed09..e6d1c48 100644
--- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
+++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
@@ -519,6 +519,10 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
519 throw new System.NotImplementedException(); 519 throw new System.NotImplementedException();
520 } 520 }
521 521
522 public void SendGenericMessage(string method, List<string> message)
523 {
524 }
525
522 public void SendGenericMessage(string method, List<byte[]> message) 526 public void SendGenericMessage(string method, List<byte[]> message)
523 { 527 {
524 throw new System.NotImplementedException(); 528 throw new System.NotImplementedException();