summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/app_launch/app_launch_data_db.h
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-06-18 13:08:41 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-06-18 13:08:41 -0400
commita767768447c9e7c7898b5b2847e54aa985fc5041 (patch)
treedf8ef162e679d11de8e7115f495eedc3f87dbac3 /src/components/application_manager/include/application_manager/app_launch/app_launch_data_db.h
parent0dec6ef21fdfd752e33b0364c9e50d27c736371e (diff)
downloadsdl_core-a767768447c9e7c7898b5b2847e54aa985fc5041.tar.gz
replace auto_ptr with unique_ptr, refactor device_apps_launcher.cc/.h
Diffstat (limited to 'src/components/application_manager/include/application_manager/app_launch/app_launch_data_db.h')
-rw-r--r--src/components/application_manager/include/application_manager/app_launch/app_launch_data_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/include/application_manager/app_launch/app_launch_data_db.h b/src/components/application_manager/include/application_manager/app_launch/app_launch_data_db.h
index 92d6bbd9ef..ccbf4c7c01 100644
--- a/src/components/application_manager/include/application_manager/app_launch/app_launch_data_db.h
+++ b/src/components/application_manager/include/application_manager/app_launch/app_launch_data_db.h
@@ -153,7 +153,7 @@ class AppLaunchDataDB : public AppLaunchDataImpl {
/**
* @brief returns pointer to data base
*/
- std::auto_ptr<utils::dbms::SQLDatabase> db_;
+ std::unique_ptr<utils::dbms::SQLDatabase> db_;
/**
* @brief indicate initializing status of DB