]> git.lyx.org Git - features.git/commitdiff
Mark some singletons with FIXME THREAD
authorGeorg Baum <baum@lyx.org>
Sat, 5 Jul 2014 13:20:54 +0000 (15:20 +0200)
committerGeorg Baum <baum@lyx.org>
Sat, 5 Jul 2014 13:20:54 +0000 (15:20 +0200)
src/ConverterCache.cpp
src/graphics/GraphicsCache.cpp
src/graphics/GraphicsLoader.cpp

index 1451f6e714f6b3cd7356d26c3fe744d6dd3e2afd..820eb060b5f8ac83d2a2020a740771090c9e8966 100644 (file)
@@ -223,6 +223,7 @@ ConverterCache::~ConverterCache()
 }
 
 
+// FIXME THREAD
 ConverterCache & ConverterCache::get()
 {
        // Now return the cache
index d50856389197f057675ebc910068d81ff7c34534..b816926c8dff7901b874fe71b58bce8ef6999f94 100644 (file)
@@ -44,6 +44,7 @@ public:
 };
 
 
+// FIXME THREAD
 Cache & Cache::get()
 {
        // Now return the cache
index 4ec5c9aed92f50a3443a82741f9429bfa0eab199..ade29f1137d6396a84a556944cfce052a9070b3d 100644 (file)
@@ -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;