summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.h
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-12-25 13:17:53 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-12-25 13:17:53 +0200
commit0d0f10441b26206da2941d5e1f58f0e8207fc757 (patch)
treea59792f6535f65388a60e1f3ea8fdfaf114da20f /indra/newview/llimview.h
parent8f81b5dbe4ff0a0d6486e5325250650986f6a81e (diff)
moved to base class LLCallDialog method draw();
added check to draw LLCallDialog if floater has dock control; --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r--indra/newview/llimview.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h
index d0ac819161..cec9d1642f 100644
--- a/indra/newview/llimview.h
+++ b/indra/newview/llimview.h
@@ -488,6 +488,9 @@ public:
virtual BOOL postBuild();
+ // check timer state
+ /*virtual*/ void draw();
+
protected:
// lifetime timer for a notification
LLTimer mLifetimeTimer;
@@ -509,9 +512,6 @@ public:
/*virtual*/ BOOL postBuild();
/*virtual*/ void onOpen(const LLSD& key);
- // check timer state
- /*virtual*/ void draw();
-
static void onAccept(void* user_data);
static void onReject(void* user_data);
static void onStartIM(void* user_data);
@@ -533,9 +533,6 @@ public:
static void onCancel(void* user_data);
static const LLUUID OCD_KEY;
- // check timer state
- /*virtual*/ void draw();
-
private:
// hide all text boxes
void hideAllText();