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

@@ -246,6 +246,8 @@ namespace OpenSim.Tests.Common.Mock
public event EventNotificationRemoveRequest OnEventNotificationRemoveRequest;
public event EventGodDelete OnEventGodDelete;
public event ParcelDwellRequest OnParcelDwellRequest;
#pragma warning restore 67
/// <value>
@@ -986,6 +988,8 @@ namespace OpenSim.Tests.Common.Mock
{
}
public void SendParcelDwellReply(int localID, UUID parcelID, float dwell)
{
}
}
}