summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelpreview.h
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2011-07-01 16:41:52 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2011-07-01 16:41:52 -0400
commitd2fe45b8778ffbc67a2c6ec53704de6c95e7b0b3 (patch)
treeb4896bd22a4d7fcbf62d29fad84db8b19d2e836c /indra/newview/llfloatermodelpreview.h
parent51dcb8476df521da73e935ea0d7ea5ad3b08d288 (diff)
parent8accd2cc045e016d6198f13b27001b7b31028da7 (diff)
Automated merge with https://bitbucket.org/seth_productengine/mesh-development
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r--indra/newview/llfloatermodelpreview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h
index eccc9ce1b6..119c593221 100644
--- a/indra/newview/llfloatermodelpreview.h
+++ b/indra/newview/llfloatermodelpreview.h
@@ -206,6 +206,10 @@ public:
/*virtual*/ void setModelPhysicsFeeErrorStatus(U32 status, const std::string& reason);
+ /*virtual*/ void onModelUploadSuccess();
+
+ /*virtual*/ void onModelUploadFailure();
+
protected:
friend class LLModelPreview;
friend class LLMeshFilePicker;