diff options
| author | 2010-07-07 16:06:39 -0700 | |
|---|---|---|
| committer | 2010-07-15 13:18:05 -0700 | |
| commit | a877cd85b5a026384542e3271fc310d6a8fe24c6 (patch) | |
| tree | 1ba5cc4519d9b915cb27261446aedafddc3a9f39 /libs/binder/IPCThreadState.cpp | |
| parent | f568a7480d0d6b59adce86b346d8090ff1375e33 (diff) | |
More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.
Change-Id: Ia67cabcc17a73a0f15907ffea683d06bc41b90e5
Diffstat (limited to 'libs/binder/IPCThreadState.cpp')
| -rw-r--r-- | libs/binder/IPCThreadState.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp index 28706badad..f6582e6aa2 100644 --- a/libs/binder/IPCThreadState.cpp +++ b/libs/binder/IPCThreadState.cpp @@ -372,8 +372,8 @@ void IPCThreadState::setStrictModePolicy(int32_t policy) mStrictModePolicy = policy; } - -int32_t IPCThreadState::getStrictModePolicy() const { +int32_t IPCThreadState::getStrictModePolicy() const +{ return mStrictModePolicy; } |