aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelclassified.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelclassified.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanelclassified.h b/linden/indra/newview/llpanelclassified.h
index 78f8a90..e4c8f42 100644
--- a/linden/indra/newview/llpanelclassified.h
+++ b/linden/indra/newview/llpanelclassified.h
@@ -96,12 +96,17 @@ public:
96 void sendClassifiedInfoRequest(); 96 void sendClassifiedInfoRequest();
97 void sendClassifiedInfoUpdate(); 97 void sendClassifiedInfoUpdate();
98 void resetDirty(); 98 void resetDirty();
99 void confirmPublish(S32 option);
100 99
101 static void processClassifiedInfoReply(LLMessageSystem* msg, void**); 100 static void processClassifiedInfoReply(LLMessageSystem* msg, void**);
102 101
102 // Confirmation dialogs flow in this order
103 static void callbackConfirmMature(S32 option, void* data);
104 void confirmMature(S32 option);
105 void gotMature();
103 static void callbackGotPriceForListing(S32 option, LLString text, void* data); 106 static void callbackGotPriceForListing(S32 option, LLString text, void* data);
104 static void callbackConfirmPublish(S32 option, void* data); 107 static void callbackConfirmPublish(S32 option, void* data);
108 void confirmPublish(S32 option);
109
105 void sendClassifiedClickMessage(const char* type); 110 void sendClassifiedClickMessage(const char* type);
106 111
107protected: 112protected:
@@ -154,7 +159,7 @@ protected:
154 LLTextEditor* mDescEditor; 159 LLTextEditor* mDescEditor;
155 LLLineEditor* mLocationEditor; 160 LLLineEditor* mLocationEditor;
156 LLComboBox* mCategoryCombo; 161 LLComboBox* mCategoryCombo;
157 LLCheckBoxCtrl* mMatureCheck; 162 LLComboBox* mMatureCombo;
158 LLCheckBoxCtrl* mAutoRenewCheck; 163 LLCheckBoxCtrl* mAutoRenewCheck;
159 164
160 LLButton* mUpdateBtn; 165 LLButton* mUpdateBtn;