Skip to content
Snippets Groups Projects
  • Nat Goodspeed's avatar
    2f97829a
    Introduce LLEventDispatcher::begin()/end() to iterate over (name, desc) pairs · 2f97829a
    Nat Goodspeed authored
    for all registered operations. (untested)
    Introduce LLEventDispatcher::getMetadata(name) query so you can discover, for
    a given named operation, its query string and required parameters. (untested)
    Introduce LLEventDispatcher::add() convenience methods allowing you to omit
    description strings. Fix LLLoginInstance (which uses a non-LLEventAPI
    LLEventDispatcher) back to description-less add() calls.
    However, filter LLEventDispatcher::add() methods inherited by LLEventAPI so
    that an LLEventAPI subclass *must* provide a description string.
    2f97829a
    History
    Introduce LLEventDispatcher::begin()/end() to iterate over (name, desc) pairs
    Nat Goodspeed authored
    for all registered operations. (untested)
    Introduce LLEventDispatcher::getMetadata(name) query so you can discover, for
    a given named operation, its query string and required parameters. (untested)
    Introduce LLEventDispatcher::add() convenience methods allowing you to omit
    description strings. Fix LLLoginInstance (which uses a non-LLEventAPI
    LLEventDispatcher) back to description-less add() calls.
    However, filter LLEventDispatcher::add() methods inherited by LLEventAPI so
    that an LLEventAPI subclass *must* provide a description string.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.