Skip to content
Snippets Groups Projects
Commit 15e1c392 authored by Martin Gels's avatar Martin Gels
Browse files

Bug 1005: Commented out the pause and the quit functions. Check this during SAS/MAC tests.

parent 6bc130bb
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,11 @@ public:
// Destructor
~AHC_Storage();
/* todo: check this code during SAS/MAC tests
// Command to control the application processes.
tribool pause (const string& condition) ;
tribool quit ();
*/
protected:
// Copying is not allowed
......
......@@ -54,6 +54,7 @@ AHC_Storage::AHC_Storage(TinyApplicationHolder& AH, int noRuns)
AHC_Storage::~AHC_Storage()
{};
/* todo: check this code during SAS/MAC tests
tribool AHC_Storage::pause (const string& )
{
LOG_TRACE_FLOW("Pause called");
......@@ -106,5 +107,7 @@ tribool AHC_Storage::quit ()
LOG_TRACE_FLOW("Quit ready");
return true;
}
*/
}
}
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