diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 6 |
1 files changed, 5 insertions, 1 deletions
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 | |||
246 | public event EventNotificationRemoveRequest OnEventNotificationRemoveRequest; | 246 | public event EventNotificationRemoveRequest OnEventNotificationRemoveRequest; |
247 | public event EventGodDelete OnEventGodDelete; | 247 | public event EventGodDelete OnEventGodDelete; |
248 | 248 | ||
249 | public event ParcelDwellRequest OnParcelDwellRequest; | ||
250 | |||
249 | #pragma warning restore 67 | 251 | #pragma warning restore 67 |
250 | 252 | ||
251 | /// <value> | 253 | /// <value> |
@@ -986,6 +988,8 @@ namespace OpenSim.Tests.Common.Mock | |||
986 | { | 988 | { |
987 | } | 989 | } |
988 | 990 | ||
989 | 991 | public void SendParcelDwellReply(int localID, UUID parcelID, float dwell) | |
992 | { | ||
993 | } | ||
990 | } | 994 | } |
991 | } | 995 | } |