diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-06-30 15:57:14 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-06-30 15:57:14 -0400 |
commit | 1716b8428f88989b2b8898e27cc137e7746a4805 (patch) | |
tree | 2a488249a8618ec6aa406e140637701d6fa98f87 /indra/newview/llfloatermodelwizard.h | |
parent | 06b1202747c07409c877cb89432f0df0bfacba47 (diff) | |
parent | 17060f4e92b12ab74a1b570cd9ee4d1543fb23d1 (diff) |
Automated merge with https://bitbucket.org/seth_productengine/mesh-development
Diffstat (limited to 'indra/newview/llfloatermodelwizard.h')
-rw-r--r-- | indra/newview/llfloatermodelwizard.h | 4 |
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; |