aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelclassified.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:07 -0500
committerJacek Antonelli2008-08-15 23:45:07 -0500
commit8465910c79b8e746e04fd581cca2d60399e569b9 (patch)
treef43fec3e83c46e0d6190dca923d6fb268b52ffdd /linden/indra/newview/llpanelclassified.h
parentSecond Life viewer sources 1.18.2.1 (diff)
downloadmeta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.zip
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.gz
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.bz2
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.xz
Second Life viewer sources 1.18.3.2-RC
Diffstat (limited to 'linden/indra/newview/llpanelclassified.h')
-rw-r--r--linden/indra/newview/llpanelclassified.h5
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
114protected: 116protected:
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;