summaryrefslogtreecommitdiff
path: root/src/components/utils/test/include/utils/generated_code_with_sqlite_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/utils/test/include/utils/generated_code_with_sqlite_test.h')
-rw-r--r--src/components/utils/test/include/utils/generated_code_with_sqlite_test.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/components/utils/test/include/utils/generated_code_with_sqlite_test.h b/src/components/utils/test/include/utils/generated_code_with_sqlite_test.h
index 8455639c07..e21fd75f87 100644
--- a/src/components/utils/test/include/utils/generated_code_with_sqlite_test.h
+++ b/src/components/utils/test/include/utils/generated_code_with_sqlite_test.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013, Ford Motor Company
+/* Copyright (c) 2016, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,8 +29,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef SRC_COMPONENTS_POLICY_TEST_POLICY_INCLUDE_GENERATED_CODE_WITH_SQLITE_TEST_H_
-#define SRC_COMPONENTS_POLICY_TEST_POLICY_INCLUDE_GENERATED_CODE_WITH_SQLITE_TEST_H_
+#ifndef SRC_COMPONENTS_UTILS_TEST_INCLUDE_UTILS_GENERATED_CODE_WITH_SQLITE_TEST_H_
+#define SRC_COMPONENTS_UTILS_TEST_INCLUDE_UTILS_GENERATED_CODE_WITH_SQLITE_TEST_H_
#include <string>
#include "policy/policy_table/types.h"
@@ -38,12 +38,13 @@
#include "utils/sqlite_wrapper/sql_query.h"
#include "utils/sqlite_wrapper/sql_database.h"
+namespace test {
+namespace components {
+namespace rpc_test {
+
namespace policy_table = rpc::policy_table_interface_base;
namespace dbms = utils::dbms;
-namespace rpc {
-namespace policy_table_interface_base {
-
bool FindSection(dbms::SQLDatabase* db, policy_table::ServiceEndpoints& ep) {
/*
* Following table structure is assumed:
@@ -401,7 +402,8 @@ bool UpdateSection(dbms::SQLDatabase* db,
return true;
}
-} // namespace policy_table_interface_base
-} // namespace rpc
+} // namespace rpc_test
+} // namespace components
+} // namespace test
-#endif // SRC_COMPONENTS_POLICY_TEST_POLICY_INCLUDE_GENERATED_CODE_WITH_SQLITE_TEST_H_
+#endif // SRC_COMPONENTS_UTILS_TEST_INCLUDE_UTILS_GENERATED_CODE_WITH_SQLITE_TEST_H_