diff options
Diffstat (limited to 'OpenSim/Client/MXP/ClientStack/MXPClientView.cs')
-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 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 | } |