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

Bug #1028: added missing function

parent cefd34ca
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,11 @@ namespace LOFAR
return true;
}
//===============>>> ImagerProcessControl::release <<<=============================
tribool ImagerProcessControl::release()
{ return false;
}
//===============>>> ImagerProcessControl::recover <<<=============================
tribool ImagerProcessControl::recover(const std::string&)
{ return false;
......
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