From acfb269e76d533f835bb79d20323bb96f8ed615b Mon Sep 17 00:00:00 2001 From: V6ser Date: Wed, 4 Apr 2012 19:47:11 +0300 Subject: [PATCH] Update include/binder/Parcel.h --- include/binder/Parcel.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/binder/Parcel.h b/include/binder/Parcel.h index bc6e5736158..3a4c0a2d956 100644 --- a/include/binder/Parcel.h +++ b/include/binder/Parcel.h @@ -76,9 +76,7 @@ class Parcel // passed in. bool enforceInterface(const String16& interface, IPCThreadState* threadState = NULL) const; -#ifdef _INTERNAL_BINDER_PARCEL_ - bool enforceInterface(const String16& interface) const; -#endif + bool checkInterface(IBinder*) const; void freeData();