videoplayerapp/videoplayerengine/tsrc/testvideoappuiengine/stub/inc/testutilities.h
changeset 36 8aed59de29f9
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
       
     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:  mpx collection playlist class stub for unit testing
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:  1 %
       
    19 
       
    20 #ifndef TESTUTILITIES_H_
       
    21 #define TESTUTILITIES_H_
       
    22 
       
    23 #include "mpxcollectionutilityimp_stub.h"
       
    24 #include "mpxcollectionutilityimp_stub.h"
       
    25 #include "mpxplaybackutilityimp_stub.h"
       
    26 
       
    27 class TestUtilities : public CBase
       
    28 {
       
    29     public:
       
    30 
       
    31         void DeleteCollectionUtility();
       
    32         void DeletePlaybackUtility();
       
    33 
       
    34         void CloseUtility();
       
    35 
       
    36         CMPXCollectionUtility* iCollectionUtility;
       
    37         CMPXPlaybackUtility*   iPlaybackUtility;
       
    38 };
       
    39 #endif /*TESTUTILITIES_H_*/