musichomescreen_multiview/musicplayeractionhandlerplugin/inc/musicplayeractionhandler.h
branchRCL_3
changeset 12 171e07ac910f
parent 0 ff3acec5bc43
child 14 c54d95799c80
equal deleted inserted replaced
11:943ff5625028 12:171e07ac910f
    18 
    18 
    19 #ifndef C_MUSICPLAYERACTIONHANDLER_H
    19 #ifndef C_MUSICPLAYERACTIONHANDLER_H
    20 #define C_MUSICPLAYERACTIONHANDLER_H
    20 #define C_MUSICPLAYERACTIONHANDLER_H
    21 
    21 
    22 #include <ahplugin.h>
    22 #include <ahplugin.h>
       
    23 #include <mpxplaybackcommanddefs.h>
    23 
    24 
    24 // FORWARD DECLARATION
    25 // FORWARD DECLARATION
    25 class CLiwMap;
    26 class CLiwMap;
    26 class TLiwVariant;
    27 class TLiwVariant;
    27 class MMPXPlaybackUtility;
    28 class MMPXPlaybackUtility;
   124      * @return status code
   125      * @return status code
   125      */
   126      */
   126     TInt ExtractVariantL( const CLiwMap* aMap, TLiwVariant& aVariant,
   127     TInt ExtractVariantL( const CLiwMap* aMap, TLiwVariant& aVariant,
   127             const TDesC8& aMapName );
   128             const TDesC8& aMapName );
   128 
   129 
       
   130     /**
       
   131      *  Sets the playback command.
       
   132      *  @param aCommand commandType.
       
   133      */
       
   134     void SetPlaybackCommandL( TMPXPlaybackCommand aCommand );
   129 private: // data
   135 private: // data
   130 
   136 
   131     /**
   137     /**
   132      * The playback utility where playback operations are performed.
   138      * The playback utility where playback operations are performed.
   133      * Own.
   139      * Own.