diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-04-13 16:31:16 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-04-13 16:31:16 -0700 |
commit | 1a6908a2d97380d8a625bb8d8797599c6f3dce7a (patch) | |
tree | 25c8101f0399ba6bd52c25534381054235e0fa16 /indra/newview/llfloaterregiondebugconsole.h | |
parent | 241350f8455a262eca8f1195b6abfc167674dca6 (diff) |
SH-1299 and SH-1300 Adding mesh enabled checkbox to region floater
Diffstat (limited to 'indra/newview/llfloaterregiondebugconsole.h')
-rw-r--r-- | indra/newview/llfloaterregiondebugconsole.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloaterregiondebugconsole.h b/indra/newview/llfloaterregiondebugconsole.h index 3aa525724e..fd3af4152e 100644 --- a/indra/newview/llfloaterregiondebugconsole.h +++ b/indra/newview/llfloaterregiondebugconsole.h @@ -35,6 +35,9 @@ class LLTextEditor; +typedef boost::signals2::signal< + void (const std::string& output)> console_reply_signal_t; + class LLFloaterRegionDebugConsole : public LLFloater, public LLHTTPClient::Responder { public: @@ -48,6 +51,8 @@ public: LLTextEditor * mOutput; + static boost::signals2::connection setConsoleReplyCallback(const console_reply_signal_t::slot_type& cb); + private: void onReplyReceived(const std::string& output); |