From 17060f4e92b12ab74a1b570cd9ee4d1543fb23d1 Mon Sep 17 00:00:00 2001 From: "Nyx (Neal Orman)" Date: Thu, 30 Jun 2011 15:55:19 -0400 Subject: SH-1332 Remaining mesh wizard upload work adding observer classes for the upload step so we don't move to success state until upload succeeds. --- indra/newview/llfloatermodelwizard.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/newview/llfloatermodelwizard.h') diff --git a/indra/newview/llfloatermodelwizard.h b/indra/newview/llfloatermodelwizard.h index 0b6ee451e1..202463c992 100644 --- a/indra/newview/llfloatermodelwizard.h +++ b/indra/newview/llfloatermodelwizard.h @@ -81,6 +81,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; -- cgit v1.2.3