Use consistent naming for Firestorm header file defines
parent
bd86a614b8
commit
28afd75afb
|
|
@ -21,8 +21,8 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef FS_FSCOMMON_H
|
||||
#define FS_FSCOMMON_H
|
||||
#ifndef FS_COMMON_H
|
||||
#define FS_COMMON_H
|
||||
|
||||
#include "llchat.h"
|
||||
|
||||
|
|
@ -49,4 +49,4 @@ namespace FSCommon
|
|||
S32 secondsSinceEpochFromString(const std::string& format, const std::string& str);
|
||||
};
|
||||
|
||||
#endif // FS_FSCOMMON_H
|
||||
#endif // FS_COMMON_H
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef LL_FSCONTACTSFLOATER_H
|
||||
#define LL_FSCONTACTSFLOATER_H
|
||||
#ifndef FS_CONTACTSFLOATER_H
|
||||
#define FS_CONTACTSFLOATER_H
|
||||
|
||||
#include "llfloater.h"
|
||||
#include "lleventtimer.h"
|
||||
|
|
@ -140,4 +140,4 @@ private:
|
|||
};
|
||||
|
||||
|
||||
#endif // LL_FSCONTACTSFLOATER_H
|
||||
#endif // FS_CONTACTSFLOATER_H
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@
|
|||
* $/LicenseInfo$
|
||||
*/
|
||||
|
||||
#ifndef FS_FSFLOATERPROFILE_H
|
||||
#define FS_FSFLOATERPROFILE_H
|
||||
#ifndef FS_FLOATERPROFILE_H
|
||||
#define FS_FLOATERPROFILE_H
|
||||
|
||||
#include "llfloater.h"
|
||||
|
||||
|
|
@ -63,4 +63,4 @@ private:
|
|||
LLUUID mAvatarId;
|
||||
};
|
||||
|
||||
#endif // FS_FSFLOATERPROFILE_H
|
||||
#endif // FS_FLOATERPROFILE_H
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@
|
|||
* $/LicenseInfo$
|
||||
*/
|
||||
|
||||
#ifndef FS_FSFLOATERSEARCH_H
|
||||
#define FS_FSFLOATERSEARCH_H
|
||||
#ifndef FS_FLOATERSEARCH_H
|
||||
#define FS_FLOATERSEARCH_H
|
||||
|
||||
#include "llfloater.h"
|
||||
#include "lliconctrl.h"
|
||||
|
|
@ -341,4 +341,4 @@ private:
|
|||
LLSD mCategoryPaths;
|
||||
};
|
||||
|
||||
#endif // FS_FSFLOATERSEARCH_H
|
||||
#endif // FS_FLOATERSEARCH_H
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@
|
|||
* $/LicenseInfo$
|
||||
*/
|
||||
|
||||
#ifndef FS_FSFLOATERWSASSETBLACKLIST_H
|
||||
#define FS_FSFLOATERWSASSETBLACKLIST_H
|
||||
#ifndef FS_FLOATERWSASSETBLACKLIST_H
|
||||
#define FS_FLOATERWSASSETBLACKLIST_H
|
||||
|
||||
#include "llfloater.h"
|
||||
#include "llassettype.h"
|
||||
|
|
@ -60,4 +60,4 @@ private:
|
|||
LLScrollListCtrl* mResultList;
|
||||
};
|
||||
|
||||
#endif // FS_FSFLOATERPROFILE_H
|
||||
#endif // FS_FLOATERWSASSETBLACKLIST_H
|
||||
|
|
|
|||
|
|
@ -81,4 +81,4 @@ protected:
|
|||
LLGroupData mGroupData;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // FS_GROUPTITLES_H
|
||||
|
|
|
|||
|
|
@ -48,4 +48,4 @@ private:
|
|||
LLChatHistory* mTransactionHistory;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // FS_MONEYTRACKER_H
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef FS_NEARBYCHATVOICEMONITOR
|
||||
#define FS_NEARBYCHATVOICEMONITOR
|
||||
#ifndef FS_NEARBYCHATVOICEMONITOR_H
|
||||
#define FS_NEARBYCHATVOICEMONITOR_H
|
||||
|
||||
#include "llnearbychatcontrol.h"
|
||||
#include "lloutputmonitorctrl.h"
|
||||
|
|
@ -54,4 +54,4 @@ protected:
|
|||
bool mVoiceMonitorVisible;
|
||||
};
|
||||
|
||||
#endif // FS_NEARBYCHATVOICEMONITOR
|
||||
#endif // FS_NEARBYCHATVOICEMONITOR_H
|
||||
|
|
|
|||
|
|
@ -27,8 +27,9 @@
|
|||
// Display of a classified used both for the global view in the
|
||||
// Find directory, and also for each individual user's classified in their
|
||||
// profile.
|
||||
#ifndef LL_FSPANELCLASSIFIED_H
|
||||
#define LL_FSPANELCLASSIFIED_H
|
||||
|
||||
#ifndef FS_PANELCLASSIFIED_H
|
||||
#define FS_PANELCLASSIFIED_H
|
||||
|
||||
#include "llavatarpropertiesprocessor.h"
|
||||
#include "llclassifiedinfo.h"
|
||||
|
|
@ -293,4 +294,4 @@ private:
|
|||
commit_signal_t mSaveButtonClickedSignal;
|
||||
};
|
||||
|
||||
#endif // LL_FSPANELCLASSIFIED_H
|
||||
#endif // FS_PANELCLASSIFIED_H
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@
|
|||
* $/LicenseInfo$
|
||||
*/
|
||||
|
||||
#ifndef FS_FSPANELPROFILE_H
|
||||
#define FS_FSPANELPROFILE_H
|
||||
#ifndef FS_PANELPROFILE_H
|
||||
#define FS_PANELPROFILE_H
|
||||
|
||||
#include "llfloater.h"
|
||||
#include "llavatarpropertiesprocessor.h"
|
||||
|
|
@ -584,4 +584,4 @@ protected:
|
|||
LLTextEditor* mNotesEditor;
|
||||
};
|
||||
|
||||
#endif // FS_FSPANELPROFILE_H
|
||||
#endif // FS_PANELPROFILE_H
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
* $/LicenseInfo$
|
||||
*/
|
||||
|
||||
#ifndef FS_FSPANELCLASSIFIEDS_H
|
||||
#define FS_FSPANELCLASSIFIEDS_H
|
||||
#ifndef FS_PANELCLASSIFIEDS_H
|
||||
#define FS_PANELCLASSIFIEDS_H
|
||||
|
||||
#include "llpanel.h"
|
||||
#include "v3dmath.h"
|
||||
|
|
@ -202,4 +202,4 @@ private:
|
|||
S32 mPriceForListing;
|
||||
};
|
||||
|
||||
#endif // FS_FSPANELCLASSIFIEDS_H
|
||||
#endif // FS_PANELCLASSIFIEDS_H
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
* $/LicenseInfo$
|
||||
*/
|
||||
|
||||
#ifndef LL_LLRADARLISTCTRL_H
|
||||
#define LL_LLRADARLISTCTRL_H
|
||||
#ifndef FS_RADARLISTCTRL_H
|
||||
#define FS_RADARLISTCTRL_H
|
||||
|
||||
#include <set>
|
||||
#include "llscrolllistctrl.h"
|
||||
|
|
@ -92,4 +92,4 @@ private:
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // FS_RADARLISTCTRL_H
|
||||
|
|
|
|||
|
|
@ -25,4 +25,4 @@
|
|||
|
||||
#include "llviewerprecompiledheaders.h"
|
||||
|
||||
#endif
|
||||
#endif // FS_SLURLCOMMAND_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue