diff options
author | Rider Linden <rider@lindenlab.com> | 2015-07-22 09:33:21 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-07-22 09:33:21 -0700 |
commit | 22bd85441b488dd9576bbdeffe9936650f010d78 (patch) | |
tree | 3f0536d3bc85c58d8aa63efab421033086b822dd /indra/newview/llviewerassetupload.h | |
parent | f2850548abf8c103d6b11051a168d4f01ca154f4 (diff) |
Clean up for postcard post.
Diffstat (limited to 'indra/newview/llviewerassetupload.h')
-rw-r--r-- | indra/newview/llviewerassetupload.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerassetupload.h b/indra/newview/llviewerassetupload.h index 604db808b1..6e036fe526 100644 --- a/indra/newview/llviewerassetupload.h +++ b/indra/newview/llviewerassetupload.h @@ -34,6 +34,7 @@ #include "lleventcoro.h" #include "llcoros.h" #include "llcorehttputil.h" +#include "llimage.h" //========================================================================= class LLResourceUploadInfo @@ -162,6 +163,7 @@ public: typedef boost::function<void(LLUUID itemId, LLUUID taskId, LLUUID newAssetId, LLSD response)> taskUploadFinish_f; LLBufferedAssetUploadInfo(LLUUID itemId, LLAssetType::EType assetType, std::string buffer, invnUploadFinish_f finish); + LLBufferedAssetUploadInfo(LLUUID itemId, LLPointer<LLImageFormatted> image, invnUploadFinish_f finish); LLBufferedAssetUploadInfo(LLUUID taskId, LLUUID itemId, LLAssetType::EType assetType, std::string buffer, taskUploadFinish_f finish); virtual LLSD prepareUpload(); |