From a0417f57913735a032270cb8ce89f7a3744f4da9 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Tue, 14 Apr 2009 03:44:27 +0000 Subject: Thank you, Fly-Man, for a patch that adds the stub to handle the avatar interests update. --- OpenSim/Tests/Common/Mock/TestClient.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs') diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 4647349..0f75d70 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs @@ -279,6 +279,8 @@ namespace OpenSim.Tests.Common.Mock public event MuteListRequest OnMuteListRequest; + public event AvatarInterestUpdate OnAvatarInterestUpdate; + #pragma warning restore 67 /// -- cgit v1.1