summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryobserver.h
diff options
context:
space:
mode:
authorDessie Linden <dessie@lindenlab.com>2010-06-22 08:55:49 -0700
committerDessie Linden <dessie@lindenlab.com>2010-06-22 08:55:49 -0700
commit63be74f57c5a520e308a90d44e58ae5e5ba2e6bf (patch)
treedd3f93d06ba1105dae4fc910f4ae8601a792d4b1 /indra/newview/llinventoryobserver.h
parent27a419de2a7f9b1c2cae54d9e8fb3297567bbb8a (diff)
parenta42cf03807385c214118298821d532f5b6b4d984 (diff)
Merged from viewer-release
Diffstat (limited to 'indra/newview/llinventoryobserver.h')
-rw-r--r--indra/newview/llinventoryobserver.h13
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.