From 4a26a4877888884a387af1be93c1e05d938d757a Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 1 Apr 2019 08:51:18 +0200 Subject: [PATCH] Code Quality: Move authority.cpp into the ApiListener class scope --- lib/remote/CMakeLists.txt | 2 +- lib/remote/{authority.cpp => apilistener-authority.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/remote/{authority.cpp => apilistener-authority.cpp} (100%) diff --git a/lib/remote/CMakeLists.txt b/lib/remote/CMakeLists.txt index e43780160..29c45a29b 100644 --- a/lib/remote/CMakeLists.txt +++ b/lib/remote/CMakeLists.txt @@ -12,8 +12,8 @@ set(remote_SOURCES apiclient.cpp apiclient.hpp apifunction.cpp apifunction.hpp apilistener.cpp apilistener.hpp apilistener-ti.hpp apilistener-configsync.cpp apilistener-filesync.cpp + apilistener-authority.cpp apiuser.cpp apiuser.hpp apiuser-ti.hpp - authority.cpp configfileshandler.cpp configfileshandler.hpp configobjectutility.cpp configobjectutility.hpp configpackageshandler.cpp configpackageshandler.hpp diff --git a/lib/remote/authority.cpp b/lib/remote/apilistener-authority.cpp similarity index 100% rename from lib/remote/authority.cpp rename to lib/remote/apilistener-authority.cpp -- 2.50.1