diff options
author | Melanie Thielker | 2009-03-30 11:51:34 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-03-30 11:51:34 +0000 |
commit | f88d755f9679b7b8e1880c76a452bc7344f9cb30 (patch) | |
tree | 08d0ba20919a613a209384bfe3419113e3409776 /OpenSim/Tests/Common/Mock | |
parent | Thank you Flyte Xevious for Mantis #3361 - Implementation of llEdgeOfWorld (diff) | |
download | opensim-SC_OLD-f88d755f9679b7b8e1880c76a452bc7344f9cb30.zip opensim-SC_OLD-f88d755f9679b7b8e1880c76a452bc7344f9cb30.tar.gz opensim-SC_OLD-f88d755f9679b7b8e1880c76a452bc7344f9cb30.tar.bz2 opensim-SC_OLD-f88d755f9679b7b8e1880c76a452bc7344f9cb30.tar.xz |
Add PickInfoReply packet.
Fixes Mantis #3324
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 780fa4e..b47e48d 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -1108,5 +1108,9 @@ namespace OpenSim.Tests.Common.Mock | |||
1108 | public void SendMuteListUpdate(string filename) | 1108 | public void SendMuteListUpdate(string filename) |
1109 | { | 1109 | { |
1110 | } | 1110 | } |
1111 | |||
1112 | public void SendPickInfoReply(UUID pickID,UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled) | ||
1113 | { | ||
1114 | } | ||
1111 | } | 1115 | } |
1112 | } | 1116 | } |