summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/include/application_manager/commands/command.h')
-rw-r--r--src/components/application_manager/include/application_manager/commands/command.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/command.h b/src/components/application_manager/include/application_manager/commands/command.h
index 4932fa1ddb..17c9bcb64b 100644
--- a/src/components/application_manager/include/application_manager/commands/command.h
+++ b/src/components/application_manager/include/application_manager/commands/command.h
@@ -39,7 +39,6 @@
namespace application_manager {
namespace smart_objects = NsSmartDeviceLink::NsSmartObjects;
-class ApplicationManager;
namespace commands {
/**
@@ -113,7 +112,7 @@ class Command {
* @brief SetAllowedToTerminate set up allowed to terminate flag.
* If true, request controller will terminate request on response
*/
- virtual void SetAllowedToTerminate(bool allowed) = 0;
+ virtual void SetAllowedToTerminate(const bool allowed) = 0;
enum CommandOrigin {