diff options
author | 2008-12-17 18:05:43 -0800 | |
---|---|---|
committer | 2008-12-17 18:05:43 -0800 | |
commit | f013e1afd1e68af5e3b868c26a653bbfb39538f8 (patch) | |
tree | 7ad6c8fd9c7b55f4b4017171dec1cb760bbd26bf /include/utils/IPCThreadState.h | |
parent | e70cfafe580c6f2994c4827cd8a534aabf3eb05c (diff) |
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'include/utils/IPCThreadState.h')
-rw-r--r-- | include/utils/IPCThreadState.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/utils/IPCThreadState.h b/include/utils/IPCThreadState.h index 47043b8170a4..0490fd3ec206 100644 --- a/include/utils/IPCThreadState.h +++ b/include/utils/IPCThreadState.h @@ -20,6 +20,7 @@ #include <utils/Errors.h> #include <utils/Parcel.h> #include <utils/ProcessState.h> +#include <utils/Vector.h> #ifdef HAVE_WIN32_PROC typedef int uid_t; @@ -92,6 +93,8 @@ private: void* cookie); const sp<ProcessState> mProcess; + Vector<BBinder*> mPendingStrongDerefs; + Vector<RefBase::weakref_type*> mPendingWeakDerefs; Parcel mIn; Parcel mOut; |