summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class1/avatar/avatarSkinV.glsl
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2014-03-28 10:30:03 -0400
committerNat Goodspeed <nat@lindenlab.com>2014-03-28 10:30:03 -0400
commitba892274b393550be3cc7a25ff0e8f86cc1344a9 (patch)
tree1b4db1b8b2470ecd438be38dbef30dafbf72adb4 /indra/newview/app_settings/shaders/class1/avatar/avatarSkinV.glsl
parent0fddf9656b5ff704859f590eac9df522cbe39ef0 (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