diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-09-21 15:48:02 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-09-21 15:48:02 +0300 |
commit | e28f920f9a6525207418ed9d96aada256a1d8228 (patch) | |
tree | 311725c6ffedf51c1ff104a71dce2953c4125e1c /indra/newview/llavatarrendernotifier.h | |
parent | b3ef02541253daf23dfc6aff70f831e91c4371e9 (diff) |
MAINT-5570 Code refactoring
Diffstat (limited to 'indra/newview/llavatarrendernotifier.h')
-rw-r--r-- | indra/newview/llavatarrendernotifier.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/newview/llavatarrendernotifier.h b/indra/newview/llavatarrendernotifier.h index 2949af2c01..3df8d38210 100644 --- a/indra/newview/llavatarrendernotifier.h +++ b/indra/newview/llavatarrendernotifier.h @@ -44,6 +44,7 @@ public: bool isNotificationVisible(); void updateNotificationRegion(U32 agentcount, U32 overLimit); + void updateNotificationState(); void updateNotificationAgent(U32 agentComplexity); private: @@ -67,8 +68,13 @@ private: F32 mLatestOverLimitPct; bool mShowOverLimitAgents; - bool mNotifyOutfitLoading; std::string overLimitMessage(); + + // initial outfit related variables (state control) + bool mNotifyOutfitLoading; + S32 mInitialCofVersion; + S32 mInitialOtfitRezStatus; + S32 mLastSkeletonSerialNum; }; #endif /* ! defined(LL_llavatarrendernotifier_H) */ |