summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-05-05 17:40:35 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-05-05 17:40:35 -0400
commit9b0f5c815fcd8381f336ba860ae1f5bf0c842e58 (patch)
tree406a5cb5aaacf03c10c3a30fa2f7248dd0e76783 /indra/newview/llmeshrepository.h
parenta81356f841860c0da1ff991393239f6c9221c9f1 (diff)
started new code path for whole model fee request/upload
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rwxr-xr-x[-rw-r--r--]indra/newview/llmeshrepository.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h
index 5983a282a2..e2faed52cf 100644..100755
--- a/indra/newview/llmeshrepository.h
+++ b/indra/newview/llmeshrepository.h
@@ -387,6 +387,7 @@ public:
LLHost mHost;
std::string mUploadObjectAssetCapability;
std::string mNewInventoryCapability;
+ std::string mWholeModelUploadCapability;
std::queue<LLMeshUploadData> mUploadQ;
std::queue<LLMeshUploadData> mConfirmedQ;
@@ -420,6 +421,9 @@ public:
void preStart();
void discard() ;
BOOL isDiscarded();
+
+ void doWholeModelUpload();
+ void doIterativeUpload();
};
class LLMeshRepository