summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpRequestPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/MtpRequestPacket.h')
-rw-r--r--media/mtp/MtpRequestPacket.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/mtp/MtpRequestPacket.h b/media/mtp/MtpRequestPacket.h
index 1201f11..79b798d 100644
--- a/media/mtp/MtpRequestPacket.h
+++ b/media/mtp/MtpRequestPacket.h
@@ -43,6 +43,10 @@ public:
inline MtpOperationCode getOperationCode() const { return getContainerCode(); }
inline void setOperationCode(MtpOperationCode code)
{ return setContainerCode(code); }
+ inline int getParameterCount() const { return mParameterCount; }
+
+private:
+ int mParameterCount;
};
}; // namespace android