summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelwizard.h
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2011-06-30 15:57:14 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2011-06-30 15:57:14 -0400
commit1716b8428f88989b2b8898e27cc137e7746a4805 (patch)
tree2a488249a8618ec6aa406e140637701d6fa98f87 /indra/newview/llfloatermodelwizard.h
parent06b1202747c07409c877cb89432f0df0bfacba47 (diff)
parent17060f4e92b12ab74a1b570cd9ee4d1543fb23d1 (diff)
Automated merge with https://bitbucket.org/seth_productengine/mesh-development
Diffstat (limited to 'indra/newview/llfloatermodelwizard.h')
-rw-r--r--indra/newview/llfloatermodelwizard.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelwizard.h b/indra/newview/llfloatermodelwizard.h
index 7057189f86..ea60cf5db8 100644
--- a/indra/newview/llfloatermodelwizard.h
+++ b/indra/newview/llfloatermodelwizard.h
@@ -80,6 +80,10 @@ public:
/*virtual*/ void setModelPhysicsFeeErrorStatus(U32 status, const std::string& reason);
+ /*virtual*/ void onModelUploadSuccess();
+
+ /*virtual*/ void onModelUploadFailure();
+
const LLRect& getPreviewRect() const { return mPreviewRect; }
LLPhysicsDecomp::decomp_params mDecompParams;