diff options
author | Steven Bennetts <steve@lindenlab.com> | 2008-05-09 04:39:03 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2008-05-09 04:39:03 +0000 |
commit | dbe0176552e070baef9a693252cb47dda97d1fb4 (patch) | |
tree | 8aaf4328e561ccfd21890f21a4d47a4d60922ec5 /indra/newview/llpanelclassified.h | |
parent | 1bad68eb4b7d712b02cbd4b74639fcf265983c8d (diff) |
QAR-565 search-milestone2-merge (more web tabs in search)
dataserver-is-deprecated
Diffstat (limited to 'indra/newview/llpanelclassified.h')
-rw-r--r-- | indra/newview/llpanelclassified.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/indra/newview/llpanelclassified.h b/indra/newview/llpanelclassified.h index aabb2a80f1..5552a3b9e1 100644 --- a/indra/newview/llpanelclassified.h +++ b/indra/newview/llpanelclassified.h @@ -96,12 +96,17 @@ public: void sendClassifiedInfoRequest(); void sendClassifiedInfoUpdate(); void resetDirty(); - void confirmPublish(S32 option); static void processClassifiedInfoReply(LLMessageSystem* msg, void**); + // Confirmation dialogs flow in this order + static void callbackConfirmMature(S32 option, void* data); + void confirmMature(S32 option); + void gotMature(); static void callbackGotPriceForListing(S32 option, LLString text, void* data); static void callbackConfirmPublish(S32 option, void* data); + void confirmPublish(S32 option); + void sendClassifiedClickMessage(const char* type); protected: @@ -154,7 +159,7 @@ protected: LLTextEditor* mDescEditor; LLLineEditor* mLocationEditor; LLComboBox* mCategoryCombo; - LLCheckBoxCtrl* mMatureCheck; + LLComboBox* mMatureCombo; LLCheckBoxCtrl* mAutoRenewCheck; LLButton* mUpdateBtn; |