From: Michael Friedrich Date: Mon, 1 Apr 2019 06:51:18 +0000 (+0200) Subject: Code Quality: Move authority.cpp into the ApiListener class scope X-Git-Tag: v2.11.0-rc1~178^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a26a4877888884a387af1be93c1e05d938d757a;p=icinga2 Code Quality: Move authority.cpp into the ApiListener class scope --- 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