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
27f0834b
Commit
27f0834b
authored
Mar 18, 2014
by
Steven Murray
Browse files
MultiThreadedDaemon::help() is now protected and virtual
parent
9da0c5bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/server/MultiThreadedDaemon.hpp
View file @
27f0834b
...
...
@@ -118,12 +118,12 @@ protected:
*/
virtual
void
waitAllThreads
()
throw
();
private:
/**
* Prints out the online help
*/
void
help
(
const
std
::
string
&
programName
)
throw
();
virtual
void
help
(
const
std
::
string
&
programName
)
throw
();
private:
/**
* Sets up the signal handling for this multi-threaded daemon.
...
...
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