Mark some singletons with FIXME THREAD

This commit is contained in:
Georg Baum 2014-07-05 15:20:54 +02:00
parent 5a01424bf0
commit b88f6ea3aa
3 changed files with 7 additions and 5 deletions

View File

@ -223,6 +223,7 @@ ConverterCache::~ConverterCache()
}
// FIXME THREAD
ConverterCache & ConverterCache::get()
{
// Now return the cache

View File

@ -44,6 +44,7 @@ public:
};
// FIXME THREAD
Cache & Cache::get()
{
// Now return the cache

View File

@ -71,13 +71,13 @@ private:
};
//static int s_numimages_ = 5;
//static int s_millisecs_ = 500;
//static int const s_numimages_ = 5;
static int const s_numimages_ = 10;
static int const s_millisecs_ = 500;
// FIXME THREAD
static int s_numimages_ = 10;
static int s_millisecs_ = 500;
LoaderQueue & LoaderQueue::get()
{
static LoaderQueue singleton;