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

@@ -250,6 +250,8 @@ namespace OpenSim.Region.Examples.SimpleModule
public event EventNotificationRemoveRequest OnEventNotificationRemoveRequest;
public event EventGodDelete OnEventGodDelete;
public event ParcelDwellRequest OnParcelDwellRequest;
#pragma warning restore 67
private UUID myID = UUID.Random();
@@ -1040,6 +1042,9 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendParcelDwellReply(int localID, UUID parcelID, float dwell)
{
}
#endregion
}