From: Mu-Woong Lee Date: Mon, 20 Feb 2017 08:14:42 +0000 (+0900) Subject: Apply updated class names X-Git-Tag: submit/tizen/20170413.031950^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d01a871703dd5305e5e79ffe48d95ba6704c3db4;p=platform%2Fcore%2Fcontext%2Fcontext-service.git Apply updated class names Change-Id: Iffc175e76e976f2798eccd8c5fe7662b78724162 Signed-off-by: Mu-Woong Lee --- diff --git a/src/ServiceLoader.cpp b/src/ServiceLoader.cpp index bd33e0b..ec5e6f8 100644 --- a/src/ServiceLoader.cpp +++ b/src/ServiceLoader.cpp @@ -23,7 +23,7 @@ using namespace ctx; -std::vector ServiceLoader::__services; +std::vector ServiceLoader::__services; ServiceLoader::ServiceLoader() { diff --git a/src/ServiceLoader.h b/src/ServiceLoader.h index 63a5448..ca87135 100644 --- a/src/ServiceLoader.h +++ b/src/ServiceLoader.h @@ -19,7 +19,7 @@ #include #include -#include +#include namespace ctx { @@ -31,11 +31,11 @@ namespace ctx { private: ServiceLoader(); - static std::vector __services; + static std::vector __services; template static void __load(GDBusConnection* conn) { - DBusService *svc = NULL; + ServiceBase *svc = NULL; try { svc = new ServiceType(conn); } catch (std::exception& e) {