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
0f29624e
Commit
0f29624e
authored
Mar 28, 2014
by
David COME
Browse files
Moved some using declaration
parent
d9de1a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/RecallReportPacker.cpp
View file @
0f29624e
...
...
@@ -33,14 +33,14 @@ namespace{
};
}
using
castor
::
log
::
LogContext
;
using
castor
::
log
::
Param
;
namespace
castor
{
namespace
tape
{
namespace
tapeserver
{
namespace
daemon
{
using
castor
::
log
::
LogContext
;
using
castor
::
log
::
Param
;
RecallReportPacker
::
RecallReportPacker
(
client
::
ClientInterface
&
tg
,
unsigned
int
reportFilePeriod
,
log
::
LogContext
lc
)
:
ReportPackerInterface
<
detail
::
Recall
>
(
tg
,
lc
),
m_workerThread
(
*
this
),
m_reportFilePeriod
(
reportFilePeriod
),
m_errorHappened
(
false
){
...
...
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