diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-12-21 18:32:35 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-12-21 18:32:35 -0500 |
commit | e6a8b3e2b2b3a352c674a788d27ac2d5f35983f8 (patch) | |
tree | 54c612a3e4e1b39f7d9753de7681facd3dea1bf5 /indra/newview/llinventorymodel.h | |
parent | cfa21aad6818fc5105836fbc491ff5b6bf38d138 (diff) | |
parent | 6cf7cd95ab9fa9b0fdcc30e86a7d768886500eee (diff) |
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r-- | indra/newview/llinventorymodel.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index 29f2aec89e..39377b4ae2 100644 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -516,6 +516,14 @@ public: // Add categories to a list to be fetched in bulk. static void bulkFetch(std::string url); + static bool libraryFetchStarted(); + static bool libraryFetchCompleted(); + static bool libraryFetchInProgress(); + + static bool myInventoryFetchStarted(); + static bool myInventoryFetchCompleted(); + static bool myInventoryFetchInProgress(); + private: static BOOL sMyInventoryFetchStarted; static BOOL sLibraryFetchStarted; |