Assorted DN and RLVa fixes from Phoenix

This commit is contained in:
siana
2011-01-01 06:37:56 +01:00
parent 5c79220049
commit d65a5ffeb7
26 changed files with 377 additions and 148 deletions

View File

@@ -745,6 +745,12 @@ void LLAvatarTracker::processTerminateFriendship(LLMessageSystem* msg, void**)
}
}
void LLAvatarTracker::updateFriends()
{
mModifyMask |= LLFriendObserver::ADD | LLFriendObserver::REMOVE;
notifyObservers();
}
///----------------------------------------------------------------------------
/// Tracking Data
///----------------------------------------------------------------------------