summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertos.h
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2009-08-05 18:39:02 -0700
committerbrad kittenbrink <brad@lindenlab.com>2009-08-05 18:39:02 -0700
commit0bf8a15cc03b48432a5b9e0011a01908ef903960 (patch)
treebe3fc02ea9ee7fcbcab6d427756e35bd3441ba65 /indra/newview/llfloatertos.h
parent47ae794060833eedcdae4e9f41085315f490581a (diff)
Fixups after the latest merge with viewer-2.0.0-3. Updated LLLoginInstance to use the new LLFloaterReg way of getting hold of floaters.
Diffstat (limited to 'indra/newview/llfloatertos.h')
-rw-r--r--indra/newview/llfloatertos.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloatertos.h b/indra/newview/llfloatertos.h
index 0be440d92b..0b15c24bc8 100644
--- a/indra/newview/llfloatertos.h
+++ b/indra/newview/llfloatertos.h
@@ -66,6 +66,9 @@ public:
virtual void onNavigateComplete( const EventType& eventIn );
+ // *TODO - consider getting rid of this in favor of using an event pump. -brad
+ void setTOSCallback(YesNoCallback const & callback);
+
private:
std::string mMessage;
int mWebBrowserWindowId;