Remove unused ThreadHelpBase base
Change-Id: Ia60e0af495b2141b7ea2e906d94c15c55865eea2
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user