diff options
| author | Richard Nelson <none@none> | 2010-08-12 09:46:45 -0700 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-08-12 09:46:45 -0700 |
| commit | be50a053ed4ae7d0b15fc20f1c6ca0973c56ffd9 (patch) | |
| tree | 0346d439706c1e61f0486e8ad0135ce9e55296cf /indra/newview/llnotificationhandler.h | |
| parent | 9327ef1ea0107df45c4e2066b379206a51a36c25 (diff) | |
first pass at hints
Diffstat (limited to 'indra/newview/llnotificationhandler.h')
| -rw-r--r-- | indra/newview/llnotificationhandler.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indra/newview/llnotificationhandler.h b/indra/newview/llnotificationhandler.h index 99a1fedcf3..7b8f530178 100644 --- a/indra/newview/llnotificationhandler.h +++ b/indra/newview/llnotificationhandler.h @@ -269,6 +269,20 @@ protected: void onRejectToast(LLUUID& id); }; +/** + * Handler for UI hints. + */ +class LLHintHandler : public LLSingleton<LLHintHandler> +{ +public: + LLHintHandler(); + virtual ~LLHintHandler(); + + // base interface functions + virtual bool processNotification(const LLSD& notify); +}; + + class LLHandlerUtil { public: |
