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