You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
replace header guards with #pragma once
This commit is contained in:
@ -27,8 +27,7 @@
|
||||
* Author: bpaul
|
||||
*/
|
||||
|
||||
#ifndef WE_BRMUPDATER_H_
|
||||
#define WE_BRMUPDATER_H_
|
||||
#pragma once
|
||||
|
||||
|
||||
namespace WriteEngine
|
||||
@ -87,4 +86,3 @@ private:
|
||||
};
|
||||
|
||||
} /* namespace WriteEngine */
|
||||
#endif /* WE_BRMUPDATER_H_ */
|
||||
|
@ -19,8 +19,7 @@
|
||||
* $Id$
|
||||
*
|
||||
*******************************************************************************/
|
||||
#ifndef WE_CMDARGS_H_
|
||||
#define WE_CMDARGS_H_
|
||||
#pragma once
|
||||
|
||||
#include <set>
|
||||
|
||||
@ -353,4 +352,3 @@ inline std::string& WECmdArgs::getUsername()
|
||||
|
||||
}
|
||||
|
||||
#endif /* WE_CMDARGS_H_ */
|
||||
|
@ -27,8 +27,7 @@
|
||||
* Author: bpaul
|
||||
*/
|
||||
|
||||
#ifndef WE_FILEREADTHREAD_H_
|
||||
#define WE_FILEREADTHREAD_H_
|
||||
#pragma once
|
||||
|
||||
#include "we_cmdargs.h"
|
||||
#include "libmarias3/marias3.h"
|
||||
@ -174,4 +173,3 @@ private:
|
||||
};
|
||||
|
||||
} /* namespace WriteEngine */
|
||||
#endif /* WE_FILEREADTHREAD_H_ */
|
||||
|
@ -27,8 +27,7 @@
|
||||
* Author: bpaul
|
||||
*/
|
||||
|
||||
#ifndef WE_RESPREADTHREAD_H_
|
||||
#define WE_RESPREADTHREAD_H_
|
||||
#pragma once
|
||||
|
||||
namespace WriteEngine
|
||||
{
|
||||
@ -48,4 +47,3 @@ private:
|
||||
};
|
||||
|
||||
} /* namespace WriteEngine */
|
||||
#endif /* WE_RESPREADTHREAD_H_ */
|
||||
|
@ -27,8 +27,7 @@
|
||||
* Author: bpaul
|
||||
*/
|
||||
|
||||
#ifndef WE_SPLITTERDATAHANDLER_H_
|
||||
#define WE_SPLITTERDATAHANDLER_H_
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "liboamcpp.h"
|
||||
@ -409,4 +408,3 @@ private:
|
||||
|
||||
} /* namespace WriteEngine */
|
||||
|
||||
#endif /* WE_SPLITTERDATAHANDLER_H_ */
|
||||
|
@ -27,8 +27,7 @@
|
||||
* Author: bpaul
|
||||
*/
|
||||
|
||||
#ifndef WE_SPLCLIENT_H_
|
||||
#define WE_SPLCLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include "threadsafequeue.h"
|
||||
#include "resourcemanager.h"
|
||||
@ -400,4 +399,3 @@ private:
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
} /* namespace WriteEngine */
|
||||
#endif /* WE_SPLCLIENT_H_ */
|
||||
|
@ -26,8 +26,7 @@
|
||||
* Author: bpaul
|
||||
*/
|
||||
|
||||
#ifndef WE_SPLITTERAPP_H_
|
||||
#define WE_SPLITTERAPP_H_
|
||||
#pragma once
|
||||
|
||||
#include <boost/thread/condition.hpp>
|
||||
#include <boost/scoped_array.hpp>
|
||||
@ -98,4 +97,3 @@ public:
|
||||
};
|
||||
|
||||
} /* namespace WriteEngine */
|
||||
#endif /* WE_SPLITTERAPP_H_ */
|
||||
|
@ -27,8 +27,7 @@
|
||||
* Author: bpaul
|
||||
*/
|
||||
|
||||
#ifndef WE_TABLELOCKGRABBER_H_
|
||||
#define WE_TABLELOCKGRABBER_H_
|
||||
#pragma once
|
||||
|
||||
|
||||
|
||||
@ -60,4 +59,3 @@ private:
|
||||
|
||||
|
||||
} /* namespace WriteEngine */
|
||||
#endif /* WE_TABLELOCKGRABBER_H_ */
|
||||
|
@ -27,8 +27,7 @@
|
||||
* Author: bpaul
|
||||
*/
|
||||
|
||||
#ifndef WE_XMLGETTER_H_
|
||||
#define WE_XMLGETTER_H_
|
||||
#pragma once
|
||||
|
||||
#include <libxml/parser.h>
|
||||
|
||||
@ -68,4 +67,3 @@ private:
|
||||
};
|
||||
|
||||
} /* namespace WriteEngine */
|
||||
#endif /* WE_XMLGETTER_H_ */
|
||||
|
Reference in New Issue
Block a user