diff options
Diffstat (limited to 'linden/indra/newview/llpanelclassified.h')
-rw-r--r-- | linden/indra/newview/llpanelclassified.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanelclassified.h b/linden/indra/newview/llpanelclassified.h index 6f5e370..ec2d0b6 100644 --- a/linden/indra/newview/llpanelclassified.h +++ b/linden/indra/newview/llpanelclassified.h | |||
@@ -91,6 +91,7 @@ public: | |||
91 | 91 | ||
92 | void sendClassifiedInfoRequest(); | 92 | void sendClassifiedInfoRequest(); |
93 | void sendClassifiedInfoUpdate(); | 93 | void sendClassifiedInfoUpdate(); |
94 | void confirmPublish(S32 option); | ||
94 | 95 | ||
95 | static void processClassifiedInfoReply(LLMessageSystem* msg, void**); | 96 | static void processClassifiedInfoReply(LLMessageSystem* msg, void**); |
96 | 97 | ||
@@ -110,10 +111,11 @@ protected: | |||
110 | static void onCommitAny(LLUICtrl* ctrl, void* data); | 111 | static void onCommitAny(LLUICtrl* ctrl, void* data); |
111 | 112 | ||
112 | void sendClassifiedClickMessage(const char* type); | 113 | void sendClassifiedClickMessage(const char* type); |
114 | BOOL checkDirty(); // Update and return mDirty | ||
113 | 115 | ||
114 | protected: | 116 | protected: |
115 | BOOL mInFinder; | 117 | BOOL mInFinder; |
116 | bool mDirty; | 118 | BOOL mDirty; |
117 | bool mForceClose; | 119 | bool mForceClose; |
118 | LLUUID mClassifiedID; | 120 | LLUUID mClassifiedID; |
119 | LLUUID mRequestedID; | 121 | LLUUID mRequestedID; |
@@ -134,7 +136,6 @@ protected: | |||
134 | // Values the user may change | 136 | // Values the user may change |
135 | LLTextureCtrl* mSnapshotCtrl; | 137 | LLTextureCtrl* mSnapshotCtrl; |
136 | LLLineEditor* mNameEditor; | 138 | LLLineEditor* mNameEditor; |
137 | LLLineEditor* mDateEditor; | ||
138 | LLTextEditor* mDescEditor; | 139 | LLTextEditor* mDescEditor; |
139 | LLLineEditor* mLocationEditor; | 140 | LLLineEditor* mLocationEditor; |
140 | LLComboBox* mCategoryCombo; | 141 | LLComboBox* mCategoryCombo; |