Plumb the remaining dwell packets

This commit is contained in:
Melanie Thielker
2009-01-03 20:45:33 +00:00
parent f1b9ff6b4b
commit 7beb8a5abb
5 changed files with 39 additions and 5 deletions

View File

@@ -422,6 +422,8 @@ namespace OpenSim.Framework
public delegate void EventGodDelete(uint eventID, UUID queryID, string queryText, uint queryFlags, int queryStart, IClientAPI client);
public delegate void ParcelDwellRequest(int localID, IClientAPI client);
#endregion
public struct DirPlacesReplyData
@@ -741,6 +743,8 @@ namespace OpenSim.Framework
event EventNotificationRemoveRequest OnEventNotificationRemoveRequest;
event EventGodDelete OnEventGodDelete;
event ParcelDwellRequest OnParcelDwellRequest;
// void ActivateGesture(UUID assetId, UUID gestureId);
/// <summary>
@@ -1082,6 +1086,8 @@ namespace OpenSim.Framework
void SendAvatarPicksReply(UUID targetID, Dictionary<UUID, string> picks);
void SendAvatarClassifiedReply(UUID targetID, Dictionary<UUID, string> classifieds);
void SendParcelDwellReply(int localID, UUID parcelID, float dwell);
void KillEndDone();
bool AddGenericPacketHandler(string MethodName, GenericMessage handler);