- Aug 24, 2020
-
-
Rye Mutt authored
-
- Nov 10, 2015
-
-
Oz Linden authored
-
- Apr 24, 2013
-
-
simon authored
-
- Mar 29, 2013
-
-
Graham Madarasz authored
-
- Feb 28, 2013
-
-
Graham Madarasz (Graham) authored
-
- Sep 08, 2011
-
-
Andrew A. de Laix authored
-
- Sep 06, 2011
-
-
Nat Goodspeed authored
Apparently the outer class's LL_COMMON_API marker affects all outer class members, but not nested classes. Making it explicit fixes Windows link errors.
-
- Sep 01, 2011
-
-
Nat Goodspeed authored
This is a generally-useful idiom, extending the sendReply() convenience function -- it shouldn't remain buried in a single .cpp file.
-
- Oct 13, 2010
-
-
Oz Linden authored
-
- Sep 21, 2010
-
-
Brad Payne (Vir Linden) authored
-
- Aug 13, 2010
-
-
Oz Linden authored
-
- Nov 12, 2009
-
-
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.
-
- Nov 11, 2009
-
-
brad kittenbrink authored
-
Nat Goodspeed authored
with an event API. In addition to the LLEventPump name on which to listen, LLEventAPI accepts a documentation string for event API introspection. Give every LLEventDispatcher::add() overload a new documentation string parameter for event API introspection. Convert every existing event API to new conventions, introducing suitable documentation strings for the API and each of its operations.
-