diff options
author | dolphin <dolphin@lindenlab.com> | 2013-05-21 22:57:15 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-05-21 22:57:15 -0700 |
commit | 37bd01152ac278e3401a96b12baf5505c5c1f789 (patch) | |
tree | 5b768150ed8211111e33e4b4abb12cb64411856f /indra/newview/llpreviewscript.h | |
parent | 3d45290f8511e435f4a5bd03e485eb3b1758a332 (diff) |
Update experience request to use the new post service.
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rwxr-xr-x | indra/newview/llpreviewscript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h index b29d16c58d..28e71b111a 100755 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -238,6 +238,7 @@ public: void setIsNew() { mIsNew = TRUE; } void setAssociatedExperience( const LLUUID& experience_id ); + void fetchAssociatedExperience(const LLUUID& asset_id); private: virtual BOOL canClose(); |