diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-04-01 21:16:07 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-04-01 21:16:07 +0300 |
commit | 352403b0e28ff545099fe234a02f507388477704 (patch) | |
tree | 11dbed4792e355cc15fee875bc7cf3976849a35c /indra/newview/llinventorymodel.h | |
parent | 56f251fb4422e77c856e3968434ff736fda5a43f (diff) |
MAINT-6272 Viewer inventory cache bug
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rwxr-xr-x | indra/newview/llinventorymodel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index 86c6df3323..3004eaf7c1 100755 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -164,7 +164,9 @@ public: bool loadSkeleton(const LLSD& options, const LLUUID& owner_id); void buildParentChildMap(); // brute force method to rebuild the entire parent-child relations void createCommonSystemCategories(); - + + static std::string getInvCacheAddres(const LLUUID& owner_id); + // Call on logout to save a terse representation. void cache(const LLUUID& parent_folder_id, const LLUUID& agent_id); private: |