equal
deleted
inserted
replaced
20 |
20 |
21 #ifndef CMTPPBCGETPBDEVICEPROPDESC_H |
21 #ifndef CMTPPBCGETPBDEVICEPROPDESC_H |
22 #define CMTPPBCGETPBDEVICEPROPDESC_H |
22 #define CMTPPBCGETPBDEVICEPROPDESC_H |
23 |
23 |
24 #include "cmtprequestprocessor.h" |
24 #include "cmtprequestprocessor.h" |
25 #include "mtpdebug.h" |
|
26 #include "cmtpplaybackmap.h" |
25 #include "cmtpplaybackmap.h" |
27 |
26 |
28 class CMTPTypeDevicePropDesc; |
27 class CMTPTypeDevicePropDesc; |
29 class CMTPPlaybackControlDataProvider; |
28 class CMTPPlaybackControlDataProvider; |
30 |
29 |
57 MMTPConnection& aConnection, |
56 MMTPConnection& aConnection, |
58 CMTPPlaybackControlDataProvider& aDataProvider); |
57 CMTPPlaybackControlDataProvider& aDataProvider); |
59 |
58 |
60 private: // Owned. |
59 private: // Owned. |
61 |
60 |
62 __FLOG_DECLARATION_MEMBER_MUTABLE; |
|
63 CMTPPlaybackControlDataProvider& iPlaybackControlDp; |
61 CMTPPlaybackControlDataProvider& iPlaybackControlDp; |
64 |
62 |
65 CMTPTypeDevicePropDesc* iPropDesc; |
63 CMTPTypeDevicePropDesc* iPropDesc; |
66 CMTPPlaybackCommand* iPbCmd; |
64 CMTPPlaybackCommand* iPbCmd; |
67 }; |
65 }; |