diff options
author | Dave Parks <davep@lindenlab.com> | 2010-01-07 08:49:34 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-01-07 08:49:34 -0600 |
commit | 3972ae18d195549968e21c3b744cc3a917679358 (patch) | |
tree | bdac492c5185af445af33910290199d8404dbdfa /indra/newview/llassetuploadresponders.h | |
parent | 078278bf51b50ded63d5f7c4a9d99146f72aba69 (diff) |
Backed out changeset: 0e0f8b0b0fa8
Diffstat (limited to 'indra/newview/llassetuploadresponders.h')
-rw-r--r-- | indra/newview/llassetuploadresponders.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/indra/newview/llassetuploadresponders.h b/indra/newview/llassetuploadresponders.h index 4b79e15529..c869988203 100644 --- a/indra/newview/llassetuploadresponders.h +++ b/indra/newview/llassetuploadresponders.h @@ -61,24 +61,19 @@ protected: std::string mFileName; }; -class LLImportCollada; + // TODO*: Remove this once deprecated class LLNewAgentInventoryResponder : public LLAssetUploadResponder { public: - LLImportCollada* mImport; - LLNewAgentInventoryResponder( const LLSD& post_data, const LLUUID& vfile_id, - LLAssetType::EType asset_type, - LLImportCollada* import); - + LLAssetType::EType asset_type); LLNewAgentInventoryResponder( const LLSD& post_data, const std::string& file_name, - LLAssetType::EType asset_type, - LLImportCollada* import); + LLAssetType::EType asset_type); virtual void error(U32 statusNum, const std::string& reason); virtual void uploadComplete(const LLSD& content); virtual void uploadFailure(const LLSD& content); |