diff options
Diffstat (limited to 'indra/newview/llfloatertos.h')
-rw-r--r-- | indra/newview/llfloatertos.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloatertos.h b/indra/newview/llfloatertos.h index a9436cbd63..0be440d92b 100644 --- a/indra/newview/llfloatertos.h +++ b/indra/newview/llfloatertos.h @@ -36,6 +36,7 @@ #include "llmodaldialog.h" #include "llassetstorage.h" #include "llwebbrowserctrl.h" +#include <boost/function.hpp> class LLButton; class LLRadioGroup; @@ -51,6 +52,8 @@ public: LLFloaterTOS(const LLSD& message); virtual ~LLFloaterTOS(); + typedef boost::function<void(bool)> YesNoCallback; + BOOL postBuild(); virtual void draw(); @@ -67,6 +70,7 @@ private: std::string mMessage; int mWebBrowserWindowId; int mLoadCompleteCount; + YesNoCallback mCallback; }; #endif // LL_LLFLOATERTOS_H |