From 7ae8c8719497ec7556f532bab061d3758976f792 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 24 Jul 2015 17:26:25 +0200 Subject: Mode FacadeFactory to separate file, mutex protected it, and loaded resource The factory is potentially used from several queries simultaneously, so it's now mutex protected. Additionally we try to load the plugins directly in the factory. --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 56ae59b..a69c62c 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -14,6 +14,7 @@ set(command_SRCS log.cpp entitybuffer.cpp clientapi.cpp + facadefactory.cpp commands.cpp facade.cpp pipeline.cpp -- cgit v1.2.3