diff options
Diffstat (limited to 'include/binder/IPCThreadState.h')
-rw-r--r-- | include/binder/IPCThreadState.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/binder/IPCThreadState.h b/include/binder/IPCThreadState.h index ad0daee74e..5bc123e3c7 100644 --- a/include/binder/IPCThreadState.h +++ b/include/binder/IPCThreadState.h @@ -39,8 +39,8 @@ public: status_t clearLastError(); - int getCallingPid(); - int getCallingUid(); + int getCallingPid() const; + int getCallingUid() const; void setStrictModePolicy(int32_t policy); int32_t getStrictModePolicy() const; |