diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-06-22 10:14:33 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-06-22 10:14:33 +0300 |
commit | f25da4a2c7ad7fc41d15c51524a110e5386d1e5b (patch) | |
tree | fa874cb1966cefda551fd653180c29f5c3bb974d /indra/newview/llinventoryobserver.h | |
parent | 525a56872f1e66651b578e59a776643352a3d523 (diff) | |
parent | 5e5ad8582cbbe3dd656d9b3824d96a37e312a31a (diff) |
Merge with default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llinventoryobserver.h')
-rw-r--r-- | indra/newview/llinventoryobserver.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/indra/newview/llinventoryobserver.h b/indra/newview/llinventoryobserver.h index 72c13f55c6..4a88a65bf8 100644 --- a/indra/newview/llinventoryobserver.h +++ b/indra/newview/llinventoryobserver.h @@ -109,18 +109,7 @@ public: /*virtual*/ void startFetch(); /*virtual*/ void changed(U32 mask); private: - S8 mNumTries; // Number of times changed() was called without success - LLFrameTimer mFetchingPeriod; - - /** - * If the viewer gets a notification, your observer assumes - * that that notification is for itself and then tries to process - * the results. The notification could be for something else (e.g. - * you're fetching an item and a notification gets triggered because - * you renamed some other item). This counter is to specify how many - * periods of time to wait for before giving up. - */ - static const U32 MAX_NUM_ATTEMPTS_TO_PROCESS; + LLTimer mFetchingPeriod; /** * Period of waiting a notification when requested items get added into inventory. |