Remove unused ThreadHelpBase base

Change-Id: Ia60e0af495b2141b7ea2e906d94c15c55865eea2
This commit is contained in:
Stephan Bergmann
2014-03-20 11:59:27 +01:00
parent 7e88a21a41
commit 4155b75632

View File

@@ -28,7 +28,6 @@
#define INCLUDED_FRAMEWORK_INC_CLASSES_FILTERCACHE_HXX #define INCLUDED_FRAMEWORK_INC_CLASSES_FILTERCACHE_HXX
#include <classes/filtercachedata.hxx> #include <classes/filtercachedata.hxx>
#include <threadhelp/threadhelpbase.hxx>
#include <threadhelp/transactionbase.hxx> #include <threadhelp/transactionbase.hxx>
#include <general.h> #include <general.h>
@@ -56,15 +55,13 @@ namespace framework{
For better performance its necessary to cache all needed values. For better performance its necessary to cache all needed values.
@implements - @implements -
@base ThreadHelpBase @base TransactionBase
TransactionBase
@devstatus ready to use @devstatus ready to use
@threadsafe yes @threadsafe yes
*//*-*************************************************************************************************************/ *//*-*************************************************************************************************************/
class FilterCache : private ThreadHelpBase class FilterCache : private TransactionBase
, private TransactionBase
{ {
public: public: