From cf7f19135f0e273f7b0136315633c2abfc715343 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Wed, 22 Oct 2014 22:06:39 -0700 Subject: C++11 related clean-up of DISALLOW_.. Move DISALLOW_COPY_AND_ASSIGN to delete functions. By no having declarations with no definitions this prompts better warning messages so deal with these by correcting the code. Add a DISALLOW_ALLOCATION and use for ValueObject and mirror::Object. Make X86 assembly operand types ValueObjects to fix compilation errors. Tidy the use of iostream and ostream. Avoid making cutils a dependency via mutex-inl.h for tests that link against libart. Push tracing dependencies into appropriate files and mutex.cc. x86 32-bit host symbols size is increased for libarttest, avoid copying this in run-test 115 by using symlinks and remove this test's higher than normal ulimit. Fix the RunningOnValgrind test in RosAllocSpace to not use GetHeap as it returns NULL when the heap is under construction by Runtime. Change-Id: Ia246f7ac0c11f73072b30d70566a196e9b78472b --- sigchainlib/sigchain_dummy.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sigchainlib') diff --git a/sigchainlib/sigchain_dummy.cc b/sigchainlib/sigchain_dummy.cc index fbc8c3f..17bfe8f 100644 --- a/sigchainlib/sigchain_dummy.cc +++ b/sigchainlib/sigchain_dummy.cc @@ -14,6 +14,9 @@ * limitations under the License. */ +#include +#include + #ifdef HAVE_ANDROID_OS #include #else @@ -21,8 +24,6 @@ #include #endif -#include - #include "sigchain.h" static void log(const char* format, ...) { -- cgit v1.1