summaryrefslogtreecommitdiffstats
path: root/ResponseCode.h
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2010-01-06 10:33:53 -0800
committerSan Mehat <san@google.com>2010-01-06 10:55:29 -0800
commita19b250bd273455933ca3502cf2c2e0a803aff77 (patch)
tree52cc87754a056859bcf1fe6362a16dd594f3e392 /ResponseCode.h
parent7b8f2db4b07deaaa2f6f5ffbee0386a394032b08 (diff)
downloadsystem_vold-a19b250bd273455933ca3502cf2c2e0a803aff77.zip
system_vold-a19b250bd273455933ca3502cf2c2e0a803aff77.tar.gz
system_vold-a19b250bd273455933ca3502cf2c2e0a803aff77.tar.bz2
vold2: Initial support for Android Secure External Caches
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'ResponseCode.h')
-rw-r--r--ResponseCode.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ResponseCode.h b/ResponseCode.h
index 4f7237c..bb27787 100644
--- a/ResponseCode.h
+++ b/ResponseCode.h
@@ -21,13 +21,15 @@ class ResponseCode {
public:
// 100 series - Requestion action was initiated; expect another reply
// before proceeding with a new command.
- static const int ActionInitiated = 100;
+ static const int ActionInitiated = 100;
static const int VolumeListResult = 110;
+ static const int AsecListResult = 111;
// 200 series - Requested action has been successfully completed
- static const int CommandOkay = 200;
+ static const int CommandOkay = 200;
static const int ShareAvailabilityResult = 210;
+ static const int AsecPathResult = 211;
// 400 series - The command was accepted but the requested action
// did not take place.