From 335dd2be955607f2632eabc25045857f2cc8b674 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Wed, 19 May 2010 10:33:39 -0400 Subject: More work on PTP host support. Change-Id: Ifbd5bd5efa3cdb750ae1a2aae38181457554d34d Signed-off-by: Mike Lockwood --- media/mtp/MtpUtils.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'media/mtp/MtpUtils.h') diff --git a/media/mtp/MtpUtils.h b/media/mtp/MtpUtils.h index edd78cb..61f9055 100644 --- a/media/mtp/MtpUtils.h +++ b/media/mtp/MtpUtils.h @@ -17,19 +17,10 @@ #ifndef _MTP_UTILS_H #define _MTP_UTILS_H -#include "utils/String8.h" -#include "utils/Vector.h" +#include namespace android { -class MtpStorage; - -typedef android::Vector MtpStorageList; -typedef android::Vector UInt32List; -typedef UInt32List MtpObjectHandleList; - -typedef android::String8 MtpString; - bool parseDateTime(const char* dateTime, time_t& outSeconds); void formatDateTime(time_t seconds, char* buffer, int bufferLength); -- cgit v1.1