Skip to content
Snippets Groups Projects
  1. May 06, 2014
  2. Apr 30, 2014
  3. Apr 22, 2014
  4. Apr 21, 2014
  5. Apr 16, 2014
  6. Apr 15, 2014
  7. Apr 14, 2014
  8. Apr 08, 2014
  9. Apr 07, 2014
  10. Mar 28, 2014
    • Nat Goodspeed's avatar
      DRTVWR-363: Fix LLNotificationsListener::listChannels() channel walk. · ba892274
      Nat Goodspeed authored
      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".
      ba892274
  11. Mar 27, 2014
  12. Mar 26, 2014
  13. Mar 25, 2014
  14. Mar 24, 2014
  15. Mar 21, 2014
Loading