summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-08-31 14:15:50 -0700
committerDianne Hackborn <hackbod@google.com>2012-08-31 15:40:58 -0700
commit8210185fe337ca9d5b01f2bff8590ea60984c31e (patch)
tree16608dd25a91e2aab270cb8c6f7c3fa556f79868 /include
parent9ca48916bc9408d0f3f8ac95469ced0a6a342aca (diff)
downloadframeworks_native-8210185fe337ca9d5b01f2bff8590ea60984c31e.zip
frameworks_native-8210185fe337ca9d5b01f2bff8590ea60984c31e.tar.gz
frameworks_native-8210185fe337ca9d5b01f2bff8590ea60984c31e.tar.bz2
No longer need "original calling uid".
Change-Id: Ifc4a89dd088609a5a8553f6ac6553174e09e8222
Diffstat (limited to 'include')
-rw-r--r--include/binder/IPCThreadState.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/binder/IPCThreadState.h b/include/binder/IPCThreadState.h
index 691ba2f..3378d97 100644
--- a/include/binder/IPCThreadState.h
+++ b/include/binder/IPCThreadState.h
@@ -41,7 +41,6 @@ public:
int getCallingPid();
int getCallingUid();
- int getOrigCallingUid();
void setStrictModePolicy(int32_t policy);
int32_t getStrictModePolicy() const;
@@ -117,7 +116,6 @@ private:
status_t mLastError;
pid_t mCallingPid;
uid_t mCallingUid;
- uid_t mOrigCallingUid;
int32_t mStrictModePolicy;
int32_t mLastTransactionBinderFlags;
};