diff options
author | Melanie | 2010-12-30 00:31:59 +0100 |
---|---|---|
committer | Melanie | 2010-12-30 00:31:59 +0100 |
commit | 2cb2bff9b2ab68c325b0142da0b37730be9a12a3 (patch) | |
tree | 147d2d65fa710842f26afe97713f4de60d14889d /OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |
parent | Copying a ref type under lock doesn't dissociate it from the source. (diff) | |
download | opensim-SC-2cb2bff9b2ab68c325b0142da0b37730be9a12a3.zip opensim-SC-2cb2bff9b2ab68c325b0142da0b37730be9a12a3.tar.gz opensim-SC-2cb2bff9b2ab68c325b0142da0b37730be9a12a3.tar.bz2 opensim-SC-2cb2bff9b2ab68c325b0142da0b37730be9a12a3.tar.xz |
Implement SendPlacesReply
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index 1f6dc5f..302f7ae 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1735,5 +1735,9 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1735 | public void StopFlying(ISceneEntity presence) | 1735 | public void StopFlying(ISceneEntity presence) |
1736 | { | 1736 | { |
1737 | } | 1737 | } |
1738 | |||
1739 | public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) | ||
1740 | { | ||
1741 | } | ||
1738 | } | 1742 | } |
1739 | } | 1743 | } |