summaryrefslogtreecommitdiffstats
path: root/include/utils/UniquePtr.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove UniquePtr.h copyKenny Root2013-09-201-239/+0
| | | | | | | | | | This was copied from libcore/include quite a while ago, but the canonical version has since moved out to a generic library called libnativehelper. All users of this header should already have libnativehelper on their include path, so switching to the canonical version is as easy as removing the "utils/" part. Change-Id: Iae8e59bf3eee573bfa78381866989934e5bbf19d
* Add UniquePtr.h to frameworks/nativeKenny Root2013-07-301-0/+239
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