From 15e1c392d874d83f98c335d29b4dcc918bb5ceb4 Mon Sep 17 00:00:00 2001
From: Martin Gels <gels@astron.nl>
Date: Wed, 6 Aug 2008 13:29:50 +0000
Subject: [PATCH] Bug 1005: Commented out the pause and the quit functions.
 Check this during SAS/MAC tests.

---
 Appl/CEP/CS1/CS1_Storage/include/CS1_Storage/AHC_Storage.h | 3 ++-
 Appl/CEP/CS1/CS1_Storage/src/AHC_Storage.cc                | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Appl/CEP/CS1/CS1_Storage/include/CS1_Storage/AHC_Storage.h b/Appl/CEP/CS1/CS1_Storage/include/CS1_Storage/AHC_Storage.h
index 72edb932f8f..55b6acec791 100644
--- a/Appl/CEP/CS1/CS1_Storage/include/CS1_Storage/AHC_Storage.h
+++ b/Appl/CEP/CS1/CS1_Storage/include/CS1_Storage/AHC_Storage.h
@@ -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
diff --git a/Appl/CEP/CS1/CS1_Storage/src/AHC_Storage.cc b/Appl/CEP/CS1/CS1_Storage/src/AHC_Storage.cc
index ee4b5df6c8b..b4ae2000692 100644
--- a/Appl/CEP/CS1/CS1_Storage/src/AHC_Storage.cc
+++ b/Appl/CEP/CS1/CS1_Storage/src/AHC_Storage.cc
@@ -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;
 }
+
+*/
   }
 }  
-- 
GitLab