From 7850ef999740f214a1990a9c090d3f3865d435aa Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Fri, 14 May 2010 10:10:36 -0400 Subject: Move MTP code to the android namespace Change-Id: I5da48038fd5e4cdeefaeba42cdc74eb588b3448d Signed-off-by: Mike Lockwood --- media/mtp/MtpPacket.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'media/mtp/MtpPacket.h') diff --git a/media/mtp/MtpPacket.h b/media/mtp/MtpPacket.h index 26a3c24..6632c6e 100644 --- a/media/mtp/MtpPacket.h +++ b/media/mtp/MtpPacket.h @@ -17,13 +17,17 @@ #ifndef _MTP_PACKET_H #define _MTP_PACKET_H -class MtpStringBuffer; - #include "mtp.h" #include "MtpUtils.h" #include +struct usb_endpoint; + +namespace android { + +class MtpStringBuffer; + class MtpPacket { protected: @@ -65,4 +69,6 @@ protected: void putUInt32(int offset, uint32_t value); }; +}; // namespace android + #endif // _MTP_PACKET_H -- cgit v1.1