diff options
author | Diva Canto | 2010-05-23 12:23:16 -0700 |
---|---|---|
committer | Diva Canto | 2010-05-23 12:23:16 -0700 |
commit | 30e94cd0753809094b9b01b664e0ae643db28492 (patch) | |
tree | 4a76c17218f68ff6aeeb43524b3298b2107e74fc /OpenSim/Client/VWoHTTP/ClientStack | |
parent | The 8th migration statement in AssetStore.migrations didn't look right. (diff) | |
parent | Remove an unneeded conditional (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 51026ab..2eec844 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -510,6 +510,10 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
510 | throw new System.NotImplementedException(); | 510 | throw new System.NotImplementedException(); |
511 | } | 511 | } |
512 | 512 | ||
513 | public void SendGenericMessage(string method, List<string> message) | ||
514 | { | ||
515 | } | ||
516 | |||
513 | public void SendGenericMessage(string method, List<byte[]> message) | 517 | public void SendGenericMessage(string method, List<byte[]> message) |
514 | { | 518 | { |
515 | throw new System.NotImplementedException(); | 519 | throw new System.NotImplementedException(); |