mtpdataproviders/mtpplaybackcontroldp/mtpplaybackmpximplementation/inc/cmtpplaybackcontrolimpl.h
equal
deleted
inserted
replaced
23 |
23 |
24 #include <mpxplaybackobserver.h> |
24 #include <mpxplaybackobserver.h> |
25 |
25 |
26 #include "mmtpplaybackinterface.h" |
26 #include "mmtpplaybackinterface.h" |
27 #include "mtpplaybackcontrolconst.h" |
27 #include "mtpplaybackcontrolconst.h" |
28 #include "mtpdebug.h" |
|
29 |
28 |
30 class MMPXPlaybackUtility; |
29 class MMPXPlaybackUtility; |
31 class CMPXCollectionPath; |
30 class CMPXCollectionPath; |
32 class CMPXCollectionPlaylist; |
31 class CMPXCollectionPlaylist; |
33 |
32 |
302 CMTPPbCmdParam* iCmdParam; |
301 CMTPPbCmdParam* iCmdParam; |
303 |
302 |
304 TMTPPlaybackCommand iMTPPBCmd; |
303 TMTPPlaybackCommand iMTPPBCmd; |
305 TMPXPlaybackState iPreState; |
304 TMPXPlaybackState iPreState; |
306 TMPXPlaybackState iState; |
305 TMPXPlaybackState iState; |
307 |
|
308 /** |
|
309 FLOGGER debug trace member variable. |
|
310 */ |
|
311 __FLOG_DECLARATION_MEMBER; |
|
312 }; |
306 }; |
313 |
307 |
314 #endif // CMTPPLAYBACKCONTROLIMPL_H |
308 #endif // CMTPPLAYBACKCONTROLIMPL_H |
315 // End of File |
309 // End of File |