diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-20 11:59:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-20 15:04:15 +0100 |
commit | 4155b75632e414891673d7fd8fe38f98b41e8e12 (patch) | |
tree | ef92a6856c44a6128432b6d11e6cb24273c5d868 /framework/inc/classes | |
parent | 7e88a21a41b0d21532ebd8f686e056dcf8734c08 (diff) |
Remove unused ThreadHelpBase base
Change-Id: Ia60e0af495b2141b7ea2e906d94c15c55865eea2
Diffstat (limited to 'framework/inc/classes')
-rw-r--r-- | framework/inc/classes/filtercache.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/framework/inc/classes/filtercache.hxx b/framework/inc/classes/filtercache.hxx index 797ba1410dc3..60ce7f3bfdca 100644 --- a/framework/inc/classes/filtercache.hxx +++ b/framework/inc/classes/filtercache.hxx @@ -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: |