diff options
author | Melanie | 2010-12-30 00:31:59 +0100 |
---|---|---|
committer | Melanie | 2010-12-30 01:36:09 +0000 |
commit | a32f80b9e3a84852558150c3b30722b6755a1ff0 (patch) | |
tree | 0dbb8375e701e59f08884be256afbc704ed3b1ef /OpenSim/Client | |
parent | Bug fix in neighbors: serverURI now always has a trailing '/'... neighbors we... (diff) | |
download | opensim-SC_OLD-a32f80b9e3a84852558150c3b30722b6755a1ff0.zip opensim-SC_OLD-a32f80b9e3a84852558150c3b30722b6755a1ff0.tar.gz opensim-SC_OLD-a32f80b9e3a84852558150c3b30722b6755a1ff0.tar.bz2 opensim-SC_OLD-a32f80b9e3a84852558150c3b30722b6755a1ff0.tar.xz |
Implement SendPlacesReply
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 4 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index a66caab..1d93382 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1720,5 +1720,9 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1720 | public void StopFlying(ISceneEntity presence) | 1720 | public void StopFlying(ISceneEntity presence) |
1721 | { | 1721 | { |
1722 | } | 1722 | } |
1723 | |||
1724 | public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) | ||
1725 | { | ||
1726 | } | ||
1723 | } | 1727 | } |
1724 | } | 1728 | } |
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index c8eca9f..f2b58d3 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -1223,5 +1223,9 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
1223 | public void StopFlying(ISceneEntity presence) | 1223 | public void StopFlying(ISceneEntity presence) |
1224 | { | 1224 | { |
1225 | } | 1225 | } |
1226 | |||
1227 | public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) | ||
1228 | { | ||
1229 | } | ||
1226 | } | 1230 | } |
1227 | } | 1231 | } |