diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-12-21 15:24:32 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-12-21 15:24:32 -0500 |
commit | 0e6f0e5ca16f534ff14c57c77c323bed2d6e730c (patch) | |
tree | fc286b06bc70e7ac325db51ebb00ccd70eeb0201 /indra/newview/llcommandhandler.h | |
parent | d215cd5c244a5448668cb2173b1d95d0d6adf3ae (diff) | |
parent | 3b2d0e33fdd2c96e295b83ef4a1b4558beeb5db1 (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llcommandhandler.h')
-rw-r--r-- | indra/newview/llcommandhandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llcommandhandler.h b/indra/newview/llcommandhandler.h index 1bae6d9414..a1d4c880f5 100644 --- a/indra/newview/llcommandhandler.h +++ b/indra/newview/llcommandhandler.h @@ -34,6 +34,8 @@ #ifndef LLCOMMANDHANDLER_H #define LLCOMMANDHANDLER_H +#include "llsd.h" + /* Example: secondlife:///app/foo/<uuid> Command "foo" that takes one parameter, a UUID. @@ -103,6 +105,9 @@ public: // Execute a command registered via the above mechanism, // passing string parameters. // Returns true if command was found and executed correctly. + /// Return an LLSD::Map of registered LLCommandHandlers and associated + /// info (e.g. EUntrustedAccess). + static LLSD enumerate(); }; #endif |