From 5817821cf10b5f7d13eb693ffbc3f80f13bc681b Mon Sep 17 00:00:00 2001 From: San Mehat Date: Mon, 18 Jan 2010 06:19:40 -0800 Subject: vold: Add command to unmount secure containers Signed-off-by: San Mehat --- CommandListener.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CommandListener.h') 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(); -- cgit v1.1