equal
deleted
inserted
replaced
56 MMTPConnection& aConnection, |
56 MMTPConnection& aConnection, |
57 CMTPPlaybackControlDataProvider& aDataProvider); |
57 CMTPPlaybackControlDataProvider& aDataProvider); |
58 |
58 |
59 private: // Owned |
59 private: // Owned |
60 |
60 |
61 /** |
|
62 FLOGGER debug trace member variable. |
|
63 */ |
|
64 __FLOG_DECLARATION_MEMBER_MUTABLE; |
|
65 CMTPPlaybackControlDataProvider& iPlaybackControlDp; |
61 CMTPPlaybackControlDataProvider& iPlaybackControlDp; |
66 TMTPPbCtrlData iData; |
62 TMTPPbCtrlData iData; |
67 CMTPPlaybackCommand* iPbCmd; |
63 CMTPPlaybackCommand* iPbCmd; |
68 }; |
64 }; |
69 |
65 |