diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 350134c..8d6ca7d 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1122,6 +1122,8 @@ namespace OpenSim.Framework | |||
1122 | void SendAgentDropGroup(UUID groupID); | 1122 | void SendAgentDropGroup(UUID groupID); |
1123 | void SendAvatarNotesReply(UUID targetID, string text); | 1123 | void SendAvatarNotesReply(UUID targetID, string text); |
1124 | void SendAvatarPicksReply(UUID targetID, Dictionary<UUID, string> picks); | 1124 | void SendAvatarPicksReply(UUID targetID, Dictionary<UUID, string> picks); |
1125 | 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); | ||
1126 | |||
1125 | void SendAvatarClassifiedReply(UUID targetID, Dictionary<UUID, string> classifieds); | 1127 | void SendAvatarClassifiedReply(UUID targetID, Dictionary<UUID, string> classifieds); |
1126 | 1128 | ||
1127 | void SendParcelDwellReply(int localID, UUID parcelID, float dwell); | 1129 | void SendParcelDwellReply(int localID, UUID parcelID, float dwell); |