diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-24 17:26:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-27 23:22:10 +0200 |
commit | 7ae8c8719497ec7556f532bab061d3758976f792 (patch) | |
tree | 8ace2300cebcf6926c7053e3f23a5f68c304ad98 /common/CMakeLists.txt | |
parent | 4430eabdfeddf02c20424508a2a4207b6b4a764e (diff) | |
download | sink-7ae8c8719497ec7556f532bab061d3758976f792.tar.gz sink-7ae8c8719497ec7556f532bab061d3758976f792.zip |
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.
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
14 | log.cpp | 14 | log.cpp |
15 | entitybuffer.cpp | 15 | entitybuffer.cpp |
16 | clientapi.cpp | 16 | clientapi.cpp |
17 | facadefactory.cpp | ||
17 | commands.cpp | 18 | commands.cpp |
18 | facade.cpp | 19 | facade.cpp |
19 | pipeline.cpp | 20 | pipeline.cpp |