mtpdataproviders/mtpplaybackcontroldp/mtpplaybackmpximplementation/inc/cmtpplaybackplaylisthelper.h
equal
deleted
inserted
replaced
22 #define CMTPPLAYBACKPLAYLISTHELPER_H_ |
22 #define CMTPPLAYBACKPLAYLISTHELPER_H_ |
23 |
23 |
24 #include <mpxcollectionobserver.h> |
24 #include <mpxcollectionobserver.h> |
25 #include <mpxcollectionuihelperobserver.h> |
25 #include <mpxcollectionuihelperobserver.h> |
26 |
26 |
27 #include "mtpdebug.h" |
|
28 #include "cmtpplaybackparam.h" |
27 #include "cmtpplaybackparam.h" |
29 |
28 |
30 class MMPXCollectionUiHelper; |
29 class MMPXCollectionUiHelper; |
31 class MMPXCollectionHelper; |
30 class MMPXCollectionHelper; |
32 class MMPXCollectionUtility; |
31 class MMPXCollectionUtility; |
216 CMTPPlaybackControlImpl& iMTPPlaybackControl;// Not owned |
215 CMTPPlaybackControlImpl& iMTPPlaybackControl;// Not owned |
217 |
216 |
218 TMTPPbCategory iPlayCategory; |
217 TMTPPbCategory iPlayCategory; |
219 TInt iSongIndex; |
218 TInt iSongIndex; |
220 TInt iPathIndex; |
219 TInt iPathIndex; |
221 |
|
222 /** |
|
223 FLOGGER debug trace member variable. |
|
224 */ |
|
225 __FLOG_DECLARATION_MEMBER; |
|
226 }; |
220 }; |
227 |
221 |
228 #endif /* CMTPPLAYBACKPLAYLISTHELPER_H_ */ |
222 #endif /* CMTPPLAYBACKPLAYLISTHELPER_H_ */ |