diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-28 20:49:08 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-28 20:49:08 +0200 |
commit | dd86c15b48f33c120c510327569fb1cc3ffa3d45 (patch) | |
tree | 22db98990fbfe189ff40f34befa58ffb08287d9a | |
parent | e22776a57bd12621358ad7cd98dac3261f2a70db (diff) | |
download | sink-dd86c15b48f33c120c510327569fb1cc3ffa3d45.tar.gz sink-dd86c15b48f33c120c510327569fb1cc3ffa3d45.zip |
Moved listener to common
So we can use it in tests as well.
-rw-r--r-- | common/CMakeLists.txt | 1 | ||||
-rw-r--r-- | common/listener.cpp (renamed from synchronizer/listener.cpp) | 0 | ||||
-rw-r--r-- | common/listener.h (renamed from synchronizer/listener.h) | 0 | ||||
-rw-r--r-- | synchronizer/CMakeLists.txt | 1 |
4 files changed, 1 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index b242256..7778955 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -24,6 +24,7 @@ set(command_SRCS | |||
24 | resource.cpp | 24 | resource.cpp |
25 | genericresource.cpp | 25 | genericresource.cpp |
26 | resourceaccess.cpp | 26 | resourceaccess.cpp |
27 | listener.cpp | ||
27 | storage_common.cpp | 28 | storage_common.cpp |
28 | threadboundary.cpp | 29 | threadboundary.cpp |
29 | messagequeue.cpp | 30 | messagequeue.cpp |
diff --git a/synchronizer/listener.cpp b/common/listener.cpp index 4316c63..4316c63 100644 --- a/synchronizer/listener.cpp +++ b/common/listener.cpp | |||
diff --git a/synchronizer/listener.h b/common/listener.h index 560f052..560f052 100644 --- a/synchronizer/listener.h +++ b/common/listener.h | |||
diff --git a/synchronizer/CMakeLists.txt b/synchronizer/CMakeLists.txt index fe938e9..f0c235d 100644 --- a/synchronizer/CMakeLists.txt +++ b/synchronizer/CMakeLists.txt | |||
@@ -4,7 +4,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) | |||
4 | 4 | ||
5 | set(akonadi2synchronizer_SRCS | 5 | set(akonadi2synchronizer_SRCS |
6 | main.cpp | 6 | main.cpp |
7 | listener.cpp | ||
8 | ) | 7 | ) |
9 | 8 | ||
10 | add_executable(${PROJECT_NAME} ${akonadi2synchronizer_SRCS}) | 9 | add_executable(${PROJECT_NAME} ${akonadi2synchronizer_SRCS}) |