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
47f634b7
Commit
47f634b7
authored
Mar 26, 2014
by
David COME
Browse files
Uncommented startThreads and stopThreads functions into RecallReportPacker
parent
94824e68
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/RecallReportPacker.hpp
View file @
47f634b7
...
...
@@ -68,8 +68,8 @@ public:
*/
void
reportEndOfSessionWithErrors
(
const
std
::
string
msg
,
int
error_code
);
//
void startThreads() { m_workerThread.start(); }
//
void waitThread() { m_workerThread.wait(); }
void
startThreads
()
{
m_workerThread
.
start
();
}
void
waitThread
()
{
m_workerThread
.
wait
();
}
private:
class
Report
{
...
...
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