diff options
| author | Rider Linden <rider@lindenlab.com> | 2015-07-15 14:35:53 -0700 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2015-07-15 14:35:53 -0700 |
| commit | 1a6a6c786dcb4164c51734e51a4c86c722835e56 (patch) | |
| tree | f1ef3f757eb9f7faa0478fba6b2adc0b8e5fe2ff /indra/newview/llpreviewscript.h | |
| parent | 03c202a47545cac1d7643f5e5c9973f4a476f83d (diff) | |
LSL Script upload from inventory.
Diffstat (limited to 'indra/newview/llpreviewscript.h')
| -rwxr-xr-x | indra/newview/llpreviewscript.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h index 5f65be7383..954d040bda 100755 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -203,9 +203,11 @@ protected: virtual void loadAsset(); /*virtual*/ void saveIfNeeded(bool sync = true); +#if 0 void uploadAssetViaCaps(const std::string& url, const std::string& filename, const LLUUID& item_id); +#endif // 0 void uploadAssetLegacy(const std::string& filename, const LLUUID& item_id, const LLTransactionID& tid); |
