Added agentpolicyservice to nmlib
authorAndriy Gudz <a.gudz@samsung.com>
Fri, 19 May 2017 10:25:24 +0000 (13:25 +0300)
committerAndriy Gudz <a.gudz@samsung.com>
Fri, 19 May 2017 10:25:24 +0000 (13:25 +0300)
device_core/nmdaemon/CMakeLists.txt
device_core/nmdaemon/agentpolicyservice.cpp
device_core/nmdaemon/agentpolicyservice.h

index 8d0070c..c583898 100644 (file)
@@ -25,7 +25,7 @@ target_link_libraries (${PROJECT_NAME}
        systemd
        c_common oc octbstack oc_logger resource_directory connectivity_abstraction
        ESEnrolleeSDK
-       ${AGENT_LIB_PROJECT_NAME}
+       ${RMI_PROJECT_NAME}
 )
 
 if (NOT "${FLAVOR}" STREQUAL "UBUNTU")
index 8d8ca9c..8eb76ab 100644 (file)
@@ -9,7 +9,7 @@
  */
 #include "agentpolicyservice.h"
 
-using namespace NWM;
+using namespace NMD;
 
 AgentPolicyService::AgentPolicyService()
 {
index 9bae9b4..7f5ca88 100644 (file)
@@ -13,7 +13,7 @@
 #include "rmi/service.h"
 #include "iagentpolicy.h"
 
-namespace NWM
+namespace NMD
 {
 
 /**