From a9d9401b96a0d54d41bb04358c2271361469e1d1 Mon Sep 17 00:00:00 2001 From: Charl Wentzel Date: Wed, 26 Jul 2017 10:41:04 +0200 Subject: [PATCH] Minor updated: - FunctionCore_not_used: - Started work on queued channel buffers or processing buffers - Incomplete and temporarily abandoned due to time constraints - Renamed modified FunctionCore -> FunctionCore_not_used --- FunctionCore-ChannelBuffer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FunctionCore-ChannelBuffer.h b/FunctionCore-ChannelBuffer.h index 694d212..7af897d 100644 --- a/FunctionCore-ChannelBuffer.h +++ b/FunctionCore-ChannelBuffer.h @@ -97,7 +97,7 @@ struct SProcessItem }; //--------------------------------------------------------------------------- -class CFunctionCore +class CFunctionCore_not_used { protected: // Function Definition @@ -146,8 +146,8 @@ protected: public: // Life cycle - CFunctionCore( const char * pName, const char * Type ); - virtual ~CFunctionCore(); + CFunctionCore_not_used( const char * pName, const char * Type ); + virtual ~CFunctionCore_not_used(); // Load Configuration virtual bool Init();