summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands
diff options
context:
space:
mode:
authorIra Lytvynenko <ILytvynenko@luxoft.com>2018-02-09 12:38:15 +0200
committerIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-06-26 12:01:44 +0300
commit99afb363e80f6531135d8dc26a4be3fb34751be0 (patch)
treef384b793236a5f482b9ce530eb4b8f271baa35e4 /src/components/application_manager/src/commands
parent376c972ba76aa042fbd17f36cce9518d57d7b52d (diff)
downloadsdl_core-99afb363e80f6531135d8dc26a4be3fb34751be0.tar.gz
Fix some sdl commands
Diffstat (limited to 'src/components/application_manager/src/commands')
-rw-r--r--src/components/application_manager/src/commands/notification_from_hmi.cc3
-rw-r--r--src/components/application_manager/src/commands/notification_to_hmi.cc3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/components/application_manager/src/commands/notification_from_hmi.cc b/src/components/application_manager/src/commands/notification_from_hmi.cc
index cdb938d5d7..481535d7aa 100644
--- a/src/components/application_manager/src/commands/notification_from_hmi.cc
+++ b/src/components/application_manager/src/commands/notification_from_hmi.cc
@@ -35,8 +35,7 @@
#include "application_manager/rpc_service.h"
#include "smart_objects/smart_object.h"
-namespace sdl_rpc_plugin {
-using namespace application_manager;
+namespace application_manager {
namespace commands {
diff --git a/src/components/application_manager/src/commands/notification_to_hmi.cc b/src/components/application_manager/src/commands/notification_to_hmi.cc
index 0c4e64ebdd..5e38207686 100644
--- a/src/components/application_manager/src/commands/notification_to_hmi.cc
+++ b/src/components/application_manager/src/commands/notification_to_hmi.cc
@@ -34,8 +34,7 @@
#include "application_manager/application_manager.h"
#include "application_manager/rpc_service.h"
-namespace sdl_rpc_plugin {
-using namespace application_manager;
+namespace application_manager {
namespace commands {