diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 1efc3fd..a593fe4 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -282,6 +282,8 @@ namespace OpenSim.Tests.Common.Mock | |||
282 | 282 | ||
283 | public event AvatarInterestUpdate OnAvatarInterestUpdate; | 283 | public event AvatarInterestUpdate OnAvatarInterestUpdate; |
284 | 284 | ||
285 | public event PlacesQuery OnPlacesQuery; | ||
286 | |||
285 | #pragma warning restore 67 | 287 | #pragma warning restore 67 |
286 | 288 | ||
287 | /// <value> | 289 | /// <value> |