diff options
author | 2008-12-17 18:05:43 -0800 | |
---|---|---|
committer | 2008-12-17 18:05:43 -0800 | |
commit | e09fd9e819c23dc90bca68375645e15544861330 (patch) | |
tree | 9a9fdadd1301625f875a3c126c986c79e3363ac4 /include/utils/IPCThreadState.h | |
parent | 7c1b96a165f970a09ed239bb4fb3f1b0d8f2a407 (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 47043b8170..0490fd3ec2 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; |