diff options
author | Melanie Thielker | 2009-04-14 03:44:27 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-04-14 03:44:27 +0000 |
commit | a0417f57913735a032270cb8ce89f7a3744f4da9 (patch) | |
tree | a64de699956ee69b31e4d705660a177f9e3edf12 /OpenSim/Region/Examples | |
parent | Add the RegionLoaded(Scene) API to the new region module interface to allow (diff) | |
download | opensim-SC_OLD-a0417f57913735a032270cb8ce89f7a3744f4da9.zip opensim-SC_OLD-a0417f57913735a032270cb8ce89f7a3744f4da9.tar.gz opensim-SC_OLD-a0417f57913735a032270cb8ce89f7a3744f4da9.tar.bz2 opensim-SC_OLD-a0417f57913735a032270cb8ce89f7a3744f4da9.tar.xz |
Thank you, Fly-Man, for a patch that adds the stub to handle the
avatar interests update.
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 26839f3..a6e55f4 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -266,6 +266,8 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
266 | 266 | ||
267 | public event MuteListRequest OnMuteListRequest; | 267 | public event MuteListRequest OnMuteListRequest; |
268 | 268 | ||
269 | public event AvatarInterestUpdate OnAvatarInterestUpdate; | ||
270 | |||
269 | #pragma warning restore 67 | 271 | #pragma warning restore 67 |
270 | 272 | ||
271 | private UUID myID = UUID.Random(); | 273 | private UUID myID = UUID.Random(); |