diff options
author | dolphin <dolphin@lindenlab.com> | 2013-08-19 09:24:04 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-08-19 09:24:04 -0700 |
commit | b980efd014ddb56650fffeb7968901b8e6bc2837 (patch) | |
tree | 6c21ef82c540379030833af5e1a1aeae999526fd /indra/newview/llsidepaneliteminfo.h | |
parent | 02b501e4dc9a389878cd323e4f781bc752fec737 (diff) |
Added experience association info llsidepaneliteminfo for scripts.
Changed the cap which looks up a script association to take a object/item id pair
instead of a asset id.
Updated llpreviewscript to use the new cap (which also improves loading time
since it can be done in parallel with the lsltext retrieval).
Diffstat (limited to 'indra/newview/llsidepaneliteminfo.h')
-rwxr-xr-x | indra/newview/llsidepaneliteminfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llsidepaneliteminfo.h b/indra/newview/llsidepaneliteminfo.h index 12aaca923e..2e24e58a2a 100755 --- a/indra/newview/llsidepaneliteminfo.h +++ b/indra/newview/llsidepaneliteminfo.h @@ -67,6 +67,8 @@ protected: void refreshFromItem(LLViewerInventoryItem* item); private: + static void setAssociatedExperience( LLHandle<LLSidepanelItemInfo> hInfo, const LLSD& experience ); + void startObjectInventoryObserver(); void stopObjectInventoryObserver(); |