summaryrefslogtreecommitdiff
path: root/indra/newview/llcommandhandler.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2009-12-21 16:49:39 -0500
committerLoren Shih <seraph@lindenlab.com>2009-12-21 16:49:39 -0500
commitd0d647d4eda1d8202e4c076370a24d8fd9fc5c0e (patch)
tree3626ea9746652e9fa702ca59a30957cbb5c0d9f7 /indra/newview/llcommandhandler.h
parentc26034531a25590e718edc4d7efa41c04aa42731 (diff)
parent89eab35b8069c3e2652591c0dffe2b0214fc0666 (diff)
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/newview/llcommandhandler.h')
-rw-r--r--indra/newview/llcommandhandler.h5
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