Add missing header guards
This commit is contained in:
@@ -29,8 +29,11 @@
|
|||||||
* THE POSSIBILITY OF SUCH DAMAGE.
|
* THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "llviewerprecompiledheaders.h"
|
#ifndef MS_CHATBARCMDLINE_H
|
||||||
|
#define MS_CHATBARCMDLINE_H
|
||||||
|
|
||||||
#include "llchatbar.h"
|
#include "llchatbar.h"
|
||||||
|
|
||||||
bool cmd_line_chat(std::string revised_text, EChatType type);
|
bool cmd_line_chat(std::string revised_text, EChatType type);
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -22,6 +22,9 @@
|
|||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef SG_GENERICHANDLERS_H
|
||||||
|
#define SG_GENERICHANDLERS_H
|
||||||
|
|
||||||
class GenericHandlers
|
class GenericHandlers
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -29,3 +32,5 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
extern GenericHandlers *gGenericHandlers;
|
extern GenericHandlers *gGenericHandlers;
|
||||||
|
|
||||||
|
#endif // SG_GENERIC_HANDLERS
|
||||||
@@ -31,6 +31,9 @@
|
|||||||
* Modified, debugged, optimized and improved by Henri Beauchamp Feb 2010.
|
* Modified, debugged, optimized and improved by Henri Beauchamp Feb 2010.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef JC_FLOATERAREASEARCH_H
|
||||||
|
#define JC_FLOATERAREASEARCH_H
|
||||||
|
|
||||||
#include "llfloater.h"
|
#include "llfloater.h"
|
||||||
#include "lluuid.h"
|
#include "lluuid.h"
|
||||||
#include "llstring.h"
|
#include "llstring.h"
|
||||||
@@ -90,3 +93,5 @@ private:
|
|||||||
|
|
||||||
std::string mFilterStrings[LIST_OBJECT_COUNT];
|
std::string mFilterStrings[LIST_OBJECT_COUNT];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -28,6 +28,8 @@
|
|||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
||||||
* THE POSSIBILITY OF SUCH DAMAGE.
|
* THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
#ifndef LGG_DICDOWNLOAD_H
|
||||||
|
#define LGG_DICDOWNLOAD_H
|
||||||
|
|
||||||
class LggDicDownload
|
class LggDicDownload
|
||||||
{
|
{
|
||||||
@@ -35,3 +37,4 @@ class LggDicDownload
|
|||||||
static void show( BOOL showw , std::vector<std::string> shortNames, std::vector<std::string> longNames, void * data);
|
static void show( BOOL showw , std::vector<std::string> shortNames, std::vector<std::string> longNames, void * data);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -10,6 +10,10 @@
|
|||||||
// Copyright: See COPYING file that comes with this distribution
|
// Copyright: See COPYING file that comes with this distribution
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#ifndef LL_LLFLOATERAVATARLIST_H
|
||||||
|
#define LL_LLFLOATERAVATARLIST_H
|
||||||
|
|
||||||
#include "llavatarname.h"
|
#include "llavatarname.h"
|
||||||
#include "llavatarpropertiesprocessor.h"
|
#include "llavatarpropertiesprocessor.h"
|
||||||
#include "llfloater.h"
|
#include "llfloater.h"
|
||||||
@@ -373,3 +377,5 @@ private:
|
|||||||
*/
|
*/
|
||||||
LLUUID mFocusedAvatar;
|
LLUUID mFocusedAvatar;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
#ifndef LL_LLFLOATERMESSAGELOG_H
|
||||||
|
#define LL_LLFLOATERMESSAGELOG_H
|
||||||
|
|
||||||
// <edit>
|
// <edit>
|
||||||
#include "llfloater.h"
|
#include "llfloater.h"
|
||||||
#include "llmessagelog.h"
|
#include "llmessagelog.h"
|
||||||
@@ -94,3 +97,5 @@ public:
|
|||||||
static void onClickFilterMenu(void* user_data);
|
static void onClickFilterMenu(void* user_data);
|
||||||
};
|
};
|
||||||
// </edit>
|
// </edit>
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -27,6 +27,9 @@
|
|||||||
* $/LicenseInfo$
|
* $/LicenseInfo$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef LL_LLVIEWEROBJECTBACKUP_H
|
||||||
|
#define LL_LLVIEWEROBJECTBACKUP_H
|
||||||
|
|
||||||
#include "llviewerinventory.h"
|
#include "llviewerinventory.h"
|
||||||
|
|
||||||
enum export_states {
|
enum export_states {
|
||||||
@@ -179,3 +182,4 @@ private:
|
|||||||
LLQuaternion mAgentRot;
|
LLQuaternion mAgentRot;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -33,7 +33,6 @@
|
|||||||
#ifndef LL_LLWLHANDLERS_H
|
#ifndef LL_LLWLHANDLERS_H
|
||||||
#define LL_LLWLHANDLERS_H
|
#define LL_LLWLHANDLERS_H
|
||||||
|
|
||||||
#include "llviewerprecompiledheaders.h"
|
|
||||||
#include "llhttpclient.h"
|
#include "llhttpclient.h"
|
||||||
|
|
||||||
class AIHTTPTimeoutPolicy;
|
class AIHTTPTimeoutPolicy;
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
#ifndef SH_SHFLOATERMEDIATICKER_H
|
||||||
|
#define SH_SHFLOATERMEDIATICKER_H
|
||||||
|
|
||||||
#include "llfloater.h"
|
#include "llfloater.h"
|
||||||
|
|
||||||
class LLIconCtrl;
|
class LLIconCtrl;
|
||||||
@@ -56,3 +59,4 @@ private:
|
|||||||
BOOL handle_ticker_enabled(void *);
|
BOOL handle_ticker_enabled(void *);
|
||||||
void handle_ticker_toggle(void *);
|
void handle_ticker_toggle(void *);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user