diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-20 12:00:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-20 15:04:15 +0100 |
commit | aae139a391098984f6ef102e9745964d34746985 (patch) | |
tree | 0c4112c8aca3400c848780e151d476a9dd811d40 | |
parent | 4155b75632e414891673d7fd8fe38f98b41e8e12 (diff) |
Remove unused ThreadHelpBase base
Change-Id: I8ab2c53566c9e62a1e03bc6010e2e13413be2c5f
-rw-r--r-- | framework/inc/classes/filtercachedata.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx index dc566f73d6bd..00b541a49c88 100644 --- a/framework/inc/classes/filtercachedata.hxx +++ b/framework/inc/classes/filtercachedata.hxx @@ -30,7 +30,6 @@ #include <classes/checkediterator.hxx> #include <classes/wildcard.hxx> #include <classes/converter.hxx> -#include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> #include <general.h> @@ -48,6 +47,8 @@ namespace framework{ +class LockHelper; + #define DEFAULT_FILTERCACHE_VERSION 6 /// these implmentation of FilterCache support different version of TypeDetection.xml! This define the current set default one. #define DEFAULT_FILTERCACHE_MODE CONFIG_MODE_DELAYED_UPDATE | CONFIG_MODE_ALL_LOCALES /// ConfigItems could run in different modes: supported values are ... { CONFIG_MODE_IMMEDIATE_UPDATE, CONFIG_MODE_DELAYED_UPDATE, CONFIG_MODE_ALL_LOCALES } @@ -455,7 +456,7 @@ typedef ::std::vector< FilterHash::const_iterator > FilterQuery // Use private static data container to hold all values of configuration! -class DataContainer : private ThreadHelpBase +class DataContainer { public: |