From 6c31a2fb6080049e444b4aac71b037eccd0d3ddc Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Wed, 28 Sep 2011 23:19:47 -0400 Subject: Add mechanism for Parcel to not allow FDs to be written to it. This is to help implement issue #5224703. Change-Id: I026a5890495537d15b57fe61227a640aac806d46 --- include/utils/Errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/utils/Errors.h b/include/utils/Errors.h index 81f818b75..0b75b1926 100644 --- a/include/utils/Errors.h +++ b/include/utils/Errors.h @@ -72,6 +72,7 @@ enum { TIMED_OUT = 0x80000005, UNKNOWN_TRANSACTION = 0x80000006, #endif + FDS_NOT_ALLOWED = 0x80000007, }; // Restore define; enumeration is in "android" namespace, so the value defined -- cgit v1.2.3