From: Georg Baum Date: Sat, 5 Jul 2014 13:20:54 +0000 (+0200) Subject: Mark some singletons with FIXME THREAD X-Git-Tag: 2.2.0alpha1~1783 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b88f6ea3aa1c39849a1d295d106ba7bb491e013b;p=features.git Mark some singletons with FIXME THREAD --- diff --git a/src/ConverterCache.cpp b/src/ConverterCache.cpp index 1451f6e714..820eb060b5 100644 --- a/src/ConverterCache.cpp +++ b/src/ConverterCache.cpp @@ -223,6 +223,7 @@ ConverterCache::~ConverterCache() } +// FIXME THREAD ConverterCache & ConverterCache::get() { // Now return the cache diff --git a/src/graphics/GraphicsCache.cpp b/src/graphics/GraphicsCache.cpp index d508563891..b816926c8d 100644 --- a/src/graphics/GraphicsCache.cpp +++ b/src/graphics/GraphicsCache.cpp @@ -44,6 +44,7 @@ public: }; +// FIXME THREAD Cache & Cache::get() { // Now return the cache diff --git a/src/graphics/GraphicsLoader.cpp b/src/graphics/GraphicsLoader.cpp index 4ec5c9aed9..ade29f1137 100644 --- a/src/graphics/GraphicsLoader.cpp +++ b/src/graphics/GraphicsLoader.cpp @@ -71,13 +71,13 @@ private: }; -//static int s_numimages_ = 5; -//static int s_millisecs_ = 500; -// FIXME THREAD -static int s_numimages_ = 10; -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 LoaderQueue & LoaderQueue::get() { static LoaderQueue singleton;