Skip to content
GitLab
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
e54630d4
Commit
e54630d4
authored
Apr 07, 2014
by
Eric Cano
Browse files
Removed remaining #ifdef based include guards and replaced with #pragma once
parent
e4280834
Changes
6
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/client/ClientInterface.hpp
View file @
e54630d4
...
...
@@ -5,8 +5,7 @@
* Created on March 18, 2014, 12:27 PM
*/
#ifndef CLIENTINTERFACE_HPP
#define CLIENTINTERFACE_HPP
#pragma once
#include
"castor/tape/legacymsg/RtcpJobRqstMsgBody.hpp"
#include
"castor/tape/tapeserver/exception/Exception.hpp"
...
...
@@ -101,5 +100,4 @@ public :
};
}}}}
#endif
/* CLIENTINTERFACE_HPP */
castor/tape/tapeserver/client/FakeClient.hpp
View file @
e54630d4
...
...
@@ -5,8 +5,7 @@
* Created on March 26, 2014, 9:38 AM
*/
#ifndef FAKECLIENT_HPP
#define FAKECLIENT_HPP
#pragma once
#include
"castor/tape/tapeserver/client/ClientInterface.hpp"
#include
"castor/tape/tapegateway/FilesToRecallList.hpp"
...
...
@@ -95,5 +94,4 @@ private:
}
#endif
/* FAKECLIENT_HPP */
castor/tape/tapeserver/daemon/DiskThreadPoolInterface.hpp
View file @
e54630d4
...
...
@@ -5,8 +5,7 @@
* Created on March 18, 2014, 3:53 PM
*/
#ifndef DISKTHREADPOOLINTERFACE_H
#define DISKTHREADPOOLINTERFACE_H
#pragma once
namespace
castor
{
namespace
tape
{
...
...
@@ -26,5 +25,4 @@ public :
};
}}}}
#endif
/* DISKTHREADPOOLINTERFACE_H */
castor/tape/tapeserver/daemon/RecallReportPacker.hpp
View file @
e54630d4
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef RECALLREPORTPACKER_HPP
#define RECALLREPORTPACKER_HPP
#pragma once
#include
"castor/tape/tapeserver/daemon/ReportPackerInterface.hpp"
#include
"castor/log/LogContext.hpp"
...
...
@@ -134,5 +133,4 @@ private:
}}}}
#endif
/* RECALLREPORTPACKER_HPP */
castor/tape/tapeserver/daemon/ReportPackerInterface.hpp
View file @
e54630d4
...
...
@@ -22,8 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef REPORTPACKERINTERFACE_HPP
#define REPORTPACKERINTERFACE_HPP
#pragma once
#include
"castor/log/LogContext.hpp"
#include
"castor/tape/tapeserver/client/ClientInterface.hpp"
...
...
@@ -122,5 +121,4 @@ public:
}}}}
#endif
/* REPORTPACKERINTERFACE_HPP */
castor/tape/tapeserver/daemon/TapeSingleThreadInterface.hpp
View file @
e54630d4
...
...
@@ -5,8 +5,7 @@
* Created on March 18, 2014, 4:28 PM
*/
#ifndef TAPESINGLETHREADINTERFACE_HPP
#define TAPESINGLETHREADINTERFACE_HPP
#pragma once
#include
"castor/tape/tapeserver/threading/Threading.hpp"
#include
"castor/tape/tapeserver/threading/BlockingQueue.hpp"
...
...
@@ -41,4 +40,3 @@ public:
}
}
#endif
/* TAPESINGLETHREADINTERFACE_HPP */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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