Remove DPL::AutoPtr
authorJihoon Chung <jihoon.chung@samsaung.com>
Fri, 11 Oct 2013 04:42:55 +0000 (13:42 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 14 Oct 2013 10:11:52 +0000 (10:11 +0000)
commite69b6fc76570ffa035b2bc693e95312187c4c05a
tree32a182c053be96209c1062cb72dce217d3668f69
parentcea9ec70f36f712c5a3b7f3ece04c3e785d48966
Remove DPL::AutoPtr

[Issue#]       LINUXWRT-1012
[Issue#]       N/A
[Problem]      DPL::AutoPtr should replace to use standard library.
[Cause]        After C++11 is enabled, std::unique_ptr and std::shared_ptr is available.
               DPL::AutoPtr isn't necessary to exist in the DPL.
[Solution]     Remove DPL::AutoPtr
[Verification] Build packages those have dependecy with wrt-commons.
               * cert-svc uses AutoPtr which is implemented in own package.
[SCMRequest] N/A

Change-Id: I100f4075e37ebf3c1b88f96f96cfc6d0901af666
modules/core/config.cmake
modules/core/include/dpl/auto_ptr.h [deleted file]