[smart_ptr] Rename to ivi::settings::unique_ptr.
authorOssama Othman <ossama.othman@intel.com>
Sun, 13 Oct 2013 04:43:42 +0000 (21:43 -0700)
committerOssama Othman <ossama.othman@intel.com>
Sun, 13 Oct 2013 04:43:42 +0000 (21:43 -0700)
commit52a582988c671863569e0bc57ec92801deb6036c
tree3df93a0e2c14594da8d81f9b5e463805bd94f5c3
parente1240f55a0e7fe2c403e99591aa080be0206e30e
[smart_ptr] Rename to ivi::settings::unique_ptr.

The name "smart_ptr" in the ivi::settings namespace does not
convey the actual semantics.  Rename to "unique_ptr" to better
reflect its C++11 std::unique_ptr<> style of behavior.

Change-Id: I0af30c6e3db88e08e0dcefe77206af1b3d4a255d
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
16 files changed:
include/settingsd/Makefile.am
include/settingsd/event_callback.hpp
include/settingsd/response_callback.hpp
include/settingsd/send_callback.hpp
include/settingsd/unique_ptr.hpp [moved from include/settingsd/smart_ptr.hpp with 76% similarity]
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