diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-05-25 16:05:17 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-05-25 16:05:17 -0400 |
commit | 35fb83e1e3cc6c05b2319fd5b04897007c7923a2 (patch) | |
tree | 2b53dcc1151c6f41d0f956757fb87dc78360bdb0 /indra/newview/llvoavatarself.h | |
parent | 00d534d7a7a21798d50be047de62e9f2e7b6092a (diff) |
EXT-7463 FIXED Create instrumentation for tracking COF actions on login
Removed llinfos that was causing excessive spam.
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rw-r--r-- | indra/newview/llvoavatarself.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index 98addd42c1..ce37ba2766 100644 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -213,8 +213,11 @@ public: void setCachedBakedTexture(LLVOAvatarDefines::ETextureIndex i, const LLUUID& uuid); void forceBakeAllTextures(bool slam_for_debug = false); static void processRebakeAvatarTextures(LLMessageSystem* msg, void**); + BOOL protected: /*virtual*/ void removeMissingBakedTextures(); +private: + LLFrameTimer mBakeTimeoutTimer; //-------------------------------------------------------------------- // Layers |