summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelplaces.h
diff options
context:
space:
mode:
authorSergei Litovchuk <slitovchuk@productengine.com>2010-01-26 15:35:41 +0200
committerSergei Litovchuk <slitovchuk@productengine.com>2010-01-26 15:35:41 +0200
commit366baa7b652bee00bd6f4fa2651f4a43ba8aabe0 (patch)
treeb72496f6589f729fb0b98b648fcd05862fed8b6d /indra/newview/llpanelplaces.h
parent65219fc53c072eb2a47b971cbb7fb3ce4193da19 (diff)
Fixed (EXT-2249) Place profile data blinks several times while
updating after teleport. - Added update timer to avoid data blinking. --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelplaces.h')
-rw-r--r--indra/newview/llpanelplaces.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llpanelplaces.h b/indra/newview/llpanelplaces.h
index 0eba7f3afc..a098974659 100644
--- a/indra/newview/llpanelplaces.h
+++ b/indra/newview/llpanelplaces.h
@@ -34,6 +34,8 @@
#include "llpanel.h"
+class LLTimer;
+
class LLInventoryItem;
class LLFilterEditor;
class LLLandmark;
@@ -132,6 +134,10 @@ private:
// be available (hence zero)
LLVector3d mPosGlobal;
+ // Sets a period of time during which the requested place information
+ // is expected to be updated and doesn't need to be reset.
+ LLTimer mResetInfoTimer;
+
// Information type currently shown in Place Information panel
std::string mPlaceInfoType;