equal
deleted
inserted
replaced
20 |
20 |
21 #ifndef CMTPPCBRESETPBDEVICEPROPVALUE_H |
21 #ifndef CMTPPCBRESETPBDEVICEPROPVALUE_H |
22 #define CMTPPCBRESETPBDEVICEPROPVALUE_H |
22 #define CMTPPCBRESETPBDEVICEPROPVALUE_H |
23 |
23 |
24 #include "cmtppbcgetdevicepropdesc.h" |
24 #include "cmtppbcgetdevicepropdesc.h" |
25 #include "mtpdebug.h" |
|
26 #include "cmtpplaybackmap.h" |
25 #include "cmtpplaybackmap.h" |
27 |
26 |
28 class CMTPTypeString; |
27 class CMTPTypeString; |
29 /** |
28 /** |
30 Implements the device data provider ResetDevicePropValue request processor. |
29 Implements the device data provider ResetDevicePropValue request processor. |
57 private: |
56 private: |
58 TMTPTypeGuid* GetGUIDL( const TUint aKey); |
57 TMTPTypeGuid* GetGUIDL( const TUint aKey); |
59 void SaveGUID( const TUint aKey, TMTPTypeGuid& aValue ); |
58 void SaveGUID( const TUint aKey, TMTPTypeGuid& aValue ); |
60 |
59 |
61 private: // Owned |
60 private: // Owned |
62 |
61 |
63 /** |
|
64 FLOGGER debug trace member variable. |
|
65 */ |
|
66 __FLOG_DECLARATION_MEMBER_MUTABLE; |
|
67 CMTPPlaybackControlDataProvider& iPlaybackControlDp; |
62 CMTPPlaybackControlDataProvider& iPlaybackControlDp; |
68 TMTPPbCtrlData iData; |
63 TMTPPbCtrlData iData; |
69 CMTPPlaybackCommand* iPbCmd; |
64 CMTPPlaybackCommand* iPbCmd; |
70 }; |
65 }; |
71 |
66 |