mtpdataproviders/mtpplaybackcontroldp/mtpplaybackinterface/inc/cmtpplaybackcommand.h
changeset 49 c20dd21d1eb4
parent 29 3ae5cb0b4c02
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    19 */
    19 */
    20 
    20 
    21 #ifndef CMTPPLAYBACKCOMMAND_H
    21 #ifndef CMTPPLAYBACKCOMMAND_H
    22 #define CMTPPLAYBACKCOMMAND_H
    22 #define CMTPPLAYBACKCOMMAND_H
    23 
    23 
    24 #include "mtpdebug.h"
       
    25 #include "mmtpplaybackinterface.h"
    24 #include "mmtpplaybackinterface.h"
    26 #include "cmtpplaybackparam.h"
    25 #include "cmtpplaybackparam.h"
    27 
    26 
    28 class TMTPPbDataVolume
    27 class TMTPPbDataVolume
    29     {
    28     {
   103     CMTPPlaybackCommand(TMTPPlaybackCommand aCmd, CMTPPbCmdParam* aParam);
   102     CMTPPlaybackCommand(TMTPPlaybackCommand aCmd, CMTPPbCmdParam* aParam);
   104     void ConstructL(const CMTPPlaybackCommand& aParam);
   103     void ConstructL(const CMTPPlaybackCommand& aParam);
   105     void ConstructL();
   104     void ConstructL();
   106 
   105 
   107 private: // Owned.
   106 private: // Owned.
   108     __FLOG_DECLARATION_MEMBER;
   107 
   109     const TMTPPlaybackCommand iPbCmd;
   108     const TMTPPlaybackCommand iPbCmd;
   110     CMTPPbCmdParam* iParam;
   109     CMTPPbCmdParam* iParam;
   111     };
   110     };
   112 
   111 
   113 #endif //CMTPPLAYBACKCOMMAND_H
   112 #endif //CMTPPLAYBACKCOMMAND_H