[smart_ptr] Don't reinvent the wheel. Leverage std::unique_ptr<>. 79/10979/1
authorOssama Othman <ossama.othman@intel.com>
Tue, 15 Oct 2013 20:37:57 +0000 (13:37 -0700)
committerOssama Othman <ossama.othman@intel.com>
Tue, 15 Oct 2013 20:37:57 +0000 (13:37 -0700)
commit0c13c6a6ee32b763bb293e81a5e37564659b728c
tree3df93a0e2c14594da8d81f9b5e463805bd94f5c3
parent9a95a6a3f611efad54b3f7352be824b27c1cbbdd
[smart_ptr] Don't reinvent the wheel.  Leverage std::unique_ptr<>.

Change-Id: I85f01f1ef464e9ad31a4268fdcdb1c0297244c23
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
19 files changed:
include/settingsd/Makefile.am
include/settingsd/event_callback.hpp
include/settingsd/glib_traits.hpp
include/settingsd/json_glib_traits.hpp
include/settingsd/response_callback.hpp
include/settingsd/send_callback.hpp
include/settingsd/smart_ptr.hpp [deleted file]
include/settingsd/unique_ptr.hpp [new file with mode: 0644]
lib/event_callback.cpp
lib/manager.cpp
lib/manager.hpp
lib/response_callback.cpp
lib/send_callback.cpp
plugins/connman/clock.cpp
plugins/connman/connman.cpp
plugins/connman/connman_manager.cpp
plugins/connman/service.cpp
plugins/connman/technology.cpp
src/daemon.cpp