equal
deleted
inserted
replaced
23 |
23 |
24 #include <mtp/cmtpdataproviderplugin.h> |
24 #include <mtp/cmtpdataproviderplugin.h> |
25 #include <mtp/tmtptypeevent.h> |
25 #include <mtp/tmtptypeevent.h> |
26 |
26 |
27 #include "mtpplaybackcontroldpconst.h" |
27 #include "mtpplaybackcontroldpconst.h" |
28 #include "mtpdebug.h" |
|
29 #include "mmtpplaybackinterface.h" |
28 #include "mmtpplaybackinterface.h" |
30 |
29 |
31 class MMTPRequestProcessor; |
30 class MMTPRequestProcessor; |
32 class CMTPPlaybackMap; |
31 class CMTPPlaybackMap; |
33 class MMTPPlaybackControl; |
32 class MMTPPlaybackControl; |
75 void SendEventL(TMTPDevicePropertyCode aPropCode); |
74 void SendEventL(TMTPDevicePropertyCode aPropCode); |
76 |
75 |
77 private: // Owned |
76 private: // Owned |
78 |
77 |
79 /** |
78 /** |
80 FLOGGER debug trace member variable. |
|
81 */ |
|
82 __FLOG_DECLARATION_MEMBER_MUTABLE; |
|
83 |
|
84 /** |
|
85 The event dataset. |
79 The event dataset. |
86 */ |
80 */ |
87 TMTPTypeEvent iEvent; |
81 TMTPTypeEvent iEvent; |
88 |
82 |
89 /** |
83 /** |