From 7beb8a5abb801c285d16a5b1e4d8538d0381c671 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sat, 3 Jan 2009 20:45:33 +0000 Subject: Plumb the remaining dwell packets --- OpenSim/Tests/Common/Mock/TestClient.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'OpenSim/Tests/Common/Mock') diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index fe93d6b..83bd9d9 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs @@ -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 /// @@ -986,6 +988,8 @@ namespace OpenSim.Tests.Common.Mock { } - + public void SendParcelDwellReply(int localID, UUID parcelID, float dwell) + { + } } } -- cgit v1.1