summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorArtem Nosach <ANosach@luxoft.com>2016-05-20 15:41:18 +0300
committerArtem Nosach <ANosach@luxoft.com>2016-05-20 19:34:29 +0300
commitab24e3881f4550fb11681affdd0688f77fd16f90 (patch)
tree5bb6fdbd65b1eb7e80480e2b197c79fa5cbf055c /src/components
parentbb8210d53e631d8f98b36e70707346c489871382 (diff)
downloadsdl_core-ab24e3881f4550fb11681affdd0688f77fd16f90.tar.gz
Restore files locations
Diffstat (limited to 'src/components')
-rw-r--r--src/components/application_manager/include/application_manager/state_controller_impl.h (renamed from src/components/application_manager/include/application_manager/state_controller.h)0
-rw-r--r--src/components/application_manager/src/state_controller_impl.cc (renamed from src/components/application_manager/src/state_controller.cc)5
-rw-r--r--src/components/policy/include/policy/policy_manager.h (renamed from src/components/policy/src/policy/include/policy/policy_manager.h)4
-rw-r--r--src/components/policy/include/policy/policy_manager_impl.h (renamed from src/components/policy/src/policy/include/policy/policy_manager_impl.h)4
-rw-r--r--src/components/policy/include/policy/policy_table/types.h (renamed from src/components/policy/src/policy/policy_table/table_struct/types.h)8
-rw-r--r--src/components/policy/src/sql_pt_queries.cc (renamed from src/components/policy/src/policy/src/sql_pt_queries.cc)0
6 files changed, 10 insertions, 11 deletions
diff --git a/src/components/application_manager/include/application_manager/state_controller.h b/src/components/application_manager/include/application_manager/state_controller_impl.h
index f2f9fb39a4..f2f9fb39a4 100644
--- a/src/components/application_manager/include/application_manager/state_controller.h
+++ b/src/components/application_manager/include/application_manager/state_controller_impl.h
diff --git a/src/components/application_manager/src/state_controller.cc b/src/components/application_manager/src/state_controller_impl.cc
index a394c81da2..fbdc9d7f6b 100644
--- a/src/components/application_manager/src/state_controller.cc
+++ b/src/components/application_manager/src/state_controller_impl.cc
@@ -656,8 +656,7 @@ void StateControllerImpl::on_event(const event_engine::Event& event) {
}
}
break;
- }
- break;
+ } break;
}
case FunctionID::VR_Started: {
OnVRStarted();
@@ -677,7 +676,7 @@ void StateControllerImpl::on_event(const event_engine::Event& event) {
}
default:
break;
- }
+}
}
void StateControllerImpl::OnStateChanged(ApplicationSharedPtr app,
diff --git a/src/components/policy/src/policy/include/policy/policy_manager.h b/src/components/policy/include/policy/policy_manager.h
index 8b74b03261..70ec5d23a2 100644
--- a/src/components/policy/src/policy/include/policy/policy_manager.h
+++ b/src/components/policy/include/policy/policy_manager.h
@@ -473,9 +473,9 @@ class PolicyManager : public usage_statistics::StatisticsManager {
virtual void StartPTExchange() = 0;
};
-} // namespace policy
+} // namespace policy
extern "C" policy::PolicyManager* CreateManager();
extern "C" void DeleteManager(policy::PolicyManager*);
-#endif // SRC_COMPONENTS_POLICY_INCLUDE_POLICY_POLICY_MANAGER_H_
+#endif // SRC_COMPONENTS_POLICY_INCLUDE_POLICY_POLICY_MANAGER_H_
diff --git a/src/components/policy/src/policy/include/policy/policy_manager_impl.h b/src/components/policy/include/policy/policy_manager_impl.h
index 4a6e213180..66a96bf7a7 100644
--- a/src/components/policy/src/policy/include/policy/policy_manager_impl.h
+++ b/src/components/policy/include/policy/policy_manager_impl.h
@@ -347,6 +347,6 @@ class PolicyManagerImpl : public PolicyManager {
friend struct CheckAppPolicy;
};
-} // namespace policy
+} // namespace policy
-#endif // SRC_COMPONENTS_POLICY_INCLUDE_POLICY_POLICY_MANAGER_IMPL_H_
+#endif // SRC_COMPONENTS_POLICY_INCLUDE_POLICY_POLICY_MANAGER_IMPL_H_
diff --git a/src/components/policy/src/policy/policy_table/table_struct/types.h b/src/components/policy/include/policy/policy_table/types.h
index ed5dce8a73..ce8af22044 100644
--- a/src/components/policy/src/policy/policy_table/table_struct/types.h
+++ b/src/components/policy/include/policy/policy_table/types.h
@@ -7,7 +7,7 @@
#include "rpc_base/rpc_message.h"
namespace Json {
class Value;
-} // namespace Json
+} // namespace Json
namespace rpc {
namespace policy_table_interface_base {
struct AppLevel;
@@ -429,7 +429,7 @@ struct Table : CompositeType {
private:
bool Validate() const;
};
-} // namespace policy_table_interface_base
-} // namespace rpc
+} // namespace policy_table_interface_base
+} // namespace rpc
-#endif // POLICY_TABLE_INTERFACE_BASE_POLICY_TABLE_INTERFACE_BASE_TYPES_H_
+#endif // POLICY_TABLE_INTERFACE_BASE_POLICY_TABLE_INTERFACE_BASE_TYPES_H_
diff --git a/src/components/policy/src/policy/src/sql_pt_queries.cc b/src/components/policy/src/sql_pt_queries.cc
index 2656918858..2656918858 100644
--- a/src/components/policy/src/policy/src/sql_pt_queries.cc
+++ b/src/components/policy/src/sql_pt_queries.cc