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
ea0d44b7
Commit
ea0d44b7
authored
Jul 28, 2014
by
David COME
Browse files
DiskWriteThreadPool's destructor is virtual for testing purpose
parent
3e133def
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/DiskWriteThreadPool.hpp
View file @
ea0d44b7
...
...
@@ -63,7 +63,7 @@ public:
* Destructor: we suppose the threads are no running (waitThreads() should
* be called befor destruction unless the threads were not started.
*/
~
DiskWriteThreadPool
();
virtual
~
DiskWriteThreadPool
();
/**
* Starts the thread created at construction time.
...
...
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