mpviewplugins/mpplaybackviewplugin/tsrc/unittest_mpequalizerwrapper/stub/inc/mpxplaybackutility.h
changeset 43 0f32e550d9d8
parent 38 b93f525c9244
child 45 612c4815aebe
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: mpxplaybackutility stub for testing mpmpxframeworkwrapper
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MMPXPLAYBACKUTILITY_H
       
    20 #define MMPXPLAYBACKUTILITY_H
       
    21 
       
    22 #include <mpxplaybackframeworkdefs.h>
       
    23 #include <mpxcommonframeworkdefs.h>
       
    24 //#include "stub/inc/mpxuser.h"
       
    25 
       
    26 //Forward declarations
       
    27 
       
    28 class MMPXPlaybackUtility
       
    29 {
       
    30 public:
       
    31 
       
    32     // Stub functions
       
    33     MMPXPlaybackUtility();
       
    34     ~MMPXPlaybackUtility();
       
    35     static MMPXPlaybackUtility* UtilityL(const TUid& aModeId = KPbModeDefault);
       
    36     void Close();
       
    37     void CommandL(TMPXPlaybackCommand aCmd, TInt aData);
       
    38     
       
    39 public:
       
    40     TBool commandSent;
       
    41 
       
    42 
       
    43 };
       
    44 
       
    45 #endif      // MMPXPLAYBACKUTILITY_H
       
    46 
       
    47 // End of File