diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2014-03-28 10:30:03 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2014-03-28 10:30:03 -0400 |
commit | ba892274b393550be3cc7a25ff0e8f86cc1344a9 (patch) | |
tree | 1b4db1b8b2470ecd438be38dbef30dafbf72adb4 /indra/newview/app_settings/shaders/class1/avatar/avatarSkinV.glsl | |
parent | 0fddf9656b5ff704859f590eac9df522cbe39ef0 (diff) |
DRTVWR-363: Fix LLNotificationsListener::listChannels() channel walk.
LLNotifications::ChannelMap went away when LLNotificationChannel became an
LLInstanceTracker subclass. Iterate the universe of channels using
LLNotificationChannel::beginInstances(), endInstances() instead.
More troubling is that LLNotificationChannel::getParentChannelName() went away
too. When LLNotificationChannel acquired a Params block and corresponding
constructor, it acquired the ability to listen on multiple upstream sources.
That meant that a single mParent string became inapplicable, and its access
method was removed. (Curiously, mParent was not itself removed, but it was
left unused.) Change mParent to mParents, a vector<string>, built by
connectToChannel(). Introduce getParents(), an accessor returning an
iterator_range over that vector.
Change LLNotificationsListener::listChannels() to collect a "parents" key in
the map returned for each channel, and -- for backwards compatibility --
capture the first entry in the "parents" array as "parent".
Diffstat (limited to 'indra/newview/app_settings/shaders/class1/avatar/avatarSkinV.glsl')
0 files changed, 0 insertions, 0 deletions