commit | 9eb312b6a94b598e04de98166ac5ece64a4b3277 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Feb 02 18:24:57 2010 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Feb 10 23:22:55 2010 -0800 |
tree | 9cd0b47faa1cf54e4f6da0b5c742156ccd85b87a | |
parent | 8d88b1818096e8a57f84cc4a4a36e478ba1adb83 [diff] |
Add a general-purpose scoped pointer for libcore JNI. This is a functional equivalent of C++0x's std::unique_ptr. (I'm not planning to use this in froyo, but I want it there in case I have to backport changes from dalvik-dev.)