Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
2b8cb0bd
Commit
2b8cb0bd
authored
Apr 03, 2014
by
Eric Cano
Browse files
Replaced #ifdef based multiple include guards by #pragma once.
Fixed h/rfcntl.h which missed multiple inclusion guards entirely.
parent
e25a0df9
Changes
813
Hide whitespace changes
Inline
Side-by-side
castor/db/cnv/DbGetUpdateStartRequestCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_GETUPDATESTARTREQUEST_HPP
#define CASTOR_DB_CNV_GETUPDATESTARTREQUEST_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -307,4 +306,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_GETUPDATESTARTREQUEST_HPP
castor/db/cnv/DbListPrivilegesCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_LISTPRIVILEGES_HPP
#define CASTOR_DB_CNV_LISTPRIVILEGES_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -306,4 +305,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_LISTPRIVILEGES_HPP
castor/db/cnv/DbMoverCloseRequestCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_MOVERCLOSEREQUEST_HPP
#define CASTOR_DB_CNV_MOVERCLOSEREQUEST_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -307,4 +306,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_MOVERCLOSEREQUEST_HPP
castor/db/cnv/DbNsFileIdCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_NSFILEID_HPP
#define CASTOR_DB_CNV_NSFILEID_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -280,4 +279,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_NSFILEID_HPP
castor/db/cnv/DbNsFilesDeletedCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_NSFILESDELETED_HPP
#define CASTOR_DB_CNV_NSFILESDELETED_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -340,4 +339,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_NSFILESDELETED_HPP
castor/db/cnv/DbPutFailedCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_PUTFAILED_HPP
#define CASTOR_DB_CNV_PUTFAILED_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -306,4 +305,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_PUTFAILED_HPP
castor/db/cnv/DbPutStartRequestCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_PUTSTARTREQUEST_HPP
#define CASTOR_DB_CNV_PUTSTARTREQUEST_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -306,4 +305,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_PUTSTARTREQUEST_HPP
castor/db/cnv/DbQueryParameterCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_QUERYPARAMETER_HPP
#define CASTOR_DB_CNV_QUERYPARAMETER_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -273,4 +272,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_QUERYPARAMETER_HPP
castor/db/cnv/DbRequestTypeCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_REQUESTTYPE_HPP
#define CASTOR_DB_CNV_REQUESTTYPE_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -280,4 +279,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_REQUESTTYPE_HPP
castor/db/cnv/DbSetFileGCWeightCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_SETFILEGCWEIGHT_HPP
#define CASTOR_DB_CNV_SETFILEGCWEIGHT_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -335,4 +334,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_SETFILEGCWEIGHT_HPP
castor/db/cnv/DbStageAbortRequestCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_STAGEABORTREQUEST_HPP
#define CASTOR_DB_CNV_STAGEABORTREQUEST_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -364,4 +363,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_STAGEABORTREQUEST_HPP
castor/db/cnv/DbStageFileQueryRequestCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_STAGEFILEQUERYREQUEST_HPP
#define CASTOR_DB_CNV_STAGEFILEQUERYREQUEST_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -343,4 +342,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_STAGEFILEQUERYREQUEST_HPP
castor/db/cnv/DbStageGetRequestCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_STAGEGETREQUEST_HPP
#define CASTOR_DB_CNV_STAGEGETREQUEST_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -335,4 +334,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_STAGEGETREQUEST_HPP
castor/db/cnv/DbStagePrepareToGetRequestCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_STAGEPREPARETOGETREQUEST_HPP
#define CASTOR_DB_CNV_STAGEPREPARETOGETREQUEST_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -336,4 +335,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_STAGEPREPARETOGETREQUEST_HPP
castor/db/cnv/DbStagePrepareToPutRequestCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_STAGEPREPARETOPUTREQUEST_HPP
#define CASTOR_DB_CNV_STAGEPREPARETOPUTREQUEST_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -336,4 +335,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_STAGEPREPARETOPUTREQUEST_HPP
castor/db/cnv/DbStagePrepareToUpdateRequestCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_STAGEPREPARETOUPDATEREQUEST_HPP
#define CASTOR_DB_CNV_STAGEPREPARETOUPDATEREQUEST_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -336,4 +335,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_STAGEPREPARETOUPDATEREQUEST_HPP
castor/db/cnv/DbStagePutDoneRequestCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_STAGEPUTDONEREQUEST_HPP
#define CASTOR_DB_CNV_STAGEPUTDONEREQUEST_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -359,4 +358,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_STAGEPUTDONEREQUEST_HPP
castor/db/cnv/DbStagePutRequestCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_STAGEPUTREQUEST_HPP
#define CASTOR_DB_CNV_STAGEPUTREQUEST_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -335,4 +334,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_STAGEPUTREQUEST_HPP
castor/db/cnv/DbStageRmRequestCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_STAGERMREQUEST_HPP
#define CASTOR_DB_CNV_STAGERMREQUEST_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -335,4 +334,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_STAGERMREQUEST_HPP
castor/db/cnv/DbStageUpdateRequestCnv.hpp
View file @
2b8cb0bd
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef CASTOR_DB_CNV_STAGEUPDATEREQUEST_HPP
#define CASTOR_DB_CNV_STAGEUPDATEREQUEST_HPP
#pragma once
// Include Files
#include
"castor/Constants.hpp"
...
...
@@ -336,4 +335,3 @@ namespace castor {
}
/* end of namespace castor */
#endif // CASTOR_DB_CNV_STAGEUPDATEREQUEST_HPP
Prev
1
2
3
4
5
6
7
8
…
41
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment