OSDN Git Service

Add UniquePtr.h to frameworks/native
authorKenny Root <kroot@google.com>
Thu, 22 Mar 2012 23:28:11 +0000 (16:28 -0700)
committerKenny Root <kroot@google.com>
Thu, 22 Mar 2012 23:36:18 +0000 (16:36 -0700)
commit4639dcfb2a348ef3f627e7aa1fba07bb75d126e9
tree9a27498efe81d7bdc24c7f90ac09084426bac0ae
parent6fc0a9bd4bdd3ae4a09ae033f68c04fecfc35991
Add UniquePtr.h to frameworks/native

This is a copy of libcore's UniquePtr.h header which is used until we
get C++11 which has std::unique_ptr which is essentially the same.

Taken from libcore project at commit
3e6dd45baa0d7f9b4fa06f4ade76e088b59cc7bf

Change-Id: I7537b016f9eae33bfc4c57b24f86260909719ab8
include/utils/UniquePtr.h [new file with mode: 0644]