summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpResponsePacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/MtpResponsePacket.h')
-rw-r--r--media/mtp/MtpResponsePacket.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/mtp/MtpResponsePacket.h b/media/mtp/MtpResponsePacket.h
index 84c3024..373f8f9 100644
--- a/media/mtp/MtpResponsePacket.h
+++ b/media/mtp/MtpResponsePacket.h
@@ -20,6 +20,8 @@
#include "MtpPacket.h"
#include "mtp.h"
+namespace android {
+
class MtpResponsePacket : public MtpPacket {
public:
@@ -41,4 +43,6 @@ public:
{ return setContainerCode(code); }
};
+}; // namespace android
+
#endif // _MTP_RESPONSE_PACKET_H