diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-11-09 19:06:51 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-11-09 19:06:51 -0500 |
commit | b6de723de05ea0e2b748a697ed995efe7b466ffd (patch) | |
tree | 2409a0e15c044c70e50e997bf63e2a8fae056121 /indra/newview/llinventorymodel.h | |
parent | 116f1601bd12f0a60373f4b69d71130ee50417f1 (diff) | |
parent | 115fb4e342f5523c3c662e1adf213a15e0468d8e (diff) |
merge
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r-- | indra/newview/llinventorymodel.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index aba0a619db..faf026887a 100644 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -446,7 +446,8 @@ protected: // file import/export. static bool loadFromFile(const std::string& filename, cat_array_t& categories, - item_array_t& items); + item_array_t& items, + bool& is_cache_obsolete); static bool saveToFile(const std::string& filename, const cat_array_t& categories, const item_array_t& items); @@ -518,6 +519,9 @@ protected: static F32 sMaxTimeBetweenFetches; static S16 sBulkFetchCount; + // Expected inventory cache version + const static S32 sCurrentInvCacheVersion; + // This flag is used to handle an invalid inventory state. bool mIsAgentInvUsable; |