Skip to content
Snippets Groups Projects
Commit eb38cfd5 authored by Adriaan Renting's avatar Adriaan Renting
Browse files

Bug #1114: added missing function

parent cffe9d9e
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,7 @@ namespace LOFAR ...@@ -71,6 +71,7 @@ namespace LOFAR
tribool run (void); tribool run (void);
tribool pause(const std::string&); tribool pause(const std::string&);
tribool release(void);
tribool quit(void); tribool quit(void);
tribool recover(const std::string&); tribool recover(const std::string&);
tribool reinit(const std::string&); tribool reinit(const std::string&);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment