From 916076c6d84dac9b104fbdf94af5dcd7bce669fd Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Fri, 4 Jun 2010 09:49:21 -0400 Subject: MTP: Add support for host cancellation of file transfers. Change-Id: I72df423f8017286e41adae525e6fbcb6b8440687 Signed-off-by: Mike Lockwood --- media/mtp/MtpServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media/mtp/MtpServer.h') diff --git a/media/mtp/MtpServer.h b/media/mtp/MtpServer.h index ca570f0..40f3c52 100644 --- a/media/mtp/MtpServer.h +++ b/media/mtp/MtpServer.h @@ -67,7 +67,7 @@ public: void run(); private: - void handleRequest(); + bool handleRequest(); MtpResponseCode doGetDeviceInfo(); MtpResponseCode doOpenSession(); -- cgit v1.1