diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-12-10 22:38:19 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-12-10 22:38:19 -0500 |
commit | cc8305cd2075e3e19f83bd6738ef31a12d1fb4c5 (patch) | |
tree | 516fb0229663090575e2c2f0af6c689246482141 /indra/newview/llcommandhandler.cpp | |
parent | e9a744131d2c08c0c08214624e09f152e52b2731 (diff) | |
parent | 19122e164ca2a3c1616619b220118344b1858cc8 (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llcommandhandler.cpp')
-rw-r--r-- | indra/newview/llcommandhandler.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llcommandhandler.cpp b/indra/newview/llcommandhandler.cpp index 1d92661ea2..8c7e7bea83 100644 --- a/indra/newview/llcommandhandler.cpp +++ b/indra/newview/llcommandhandler.cpp @@ -35,12 +35,15 @@ #include "llcommandhandler.h" #include "llnotificationsutil.h" +#include "llcommanddispatcherlistener.h" // system includes #include <boost/tokenizer.hpp> #define THROTTLE_PERIOD 15 // required secs between throttled commands +static LLCommandDispatcherListener sCommandDispatcherListener; + //--------------------------------------------------------------------------- // Underlying registry for command handlers, not directly accessible. //--------------------------------------------------------------------------- |