summaryrefslogtreecommitdiffstats
path: root/CommandListener.h
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2010-01-18 06:19:40 -0800
committerSan Mehat <san@google.com>2010-01-18 06:19:40 -0800
commit5817821cf10b5f7d13eb693ffbc3f80f13bc681b (patch)
tree1e20c246e8682bcbeaa3612f6576dbff515d17f6 /CommandListener.h
parent88705166ab82057090a070c6d4200c3d9db76f11 (diff)
downloadsystem_vold-5817821cf10b5f7d13eb693ffbc3f80f13bc681b.zip
system_vold-5817821cf10b5f7d13eb693ffbc3f80f13bc681b.tar.gz
system_vold-5817821cf10b5f7d13eb693ffbc3f80f13bc681b.tar.bz2
vold: Add command to unmount secure containers
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'CommandListener.h')
-rw-r--r--CommandListener.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/CommandListener.h b/CommandListener.h
index cc078da..64ff31f 100644
--- a/CommandListener.h
+++ b/CommandListener.h
@@ -111,6 +111,13 @@ private:
int runCommand(SocketClient *c, int argc, char ** argv);
};
+ class UnmountAsecCmd : public VoldCommand {
+ public:
+ UnmountAsecCmd();
+ virtual ~UnmountAsecCmd() {}
+ int runCommand(SocketClient *c, int argc, char ** argv);
+ };
+
class ListAsecCmd : public VoldCommand {
public:
ListAsecCmd();