videoplayerapp/mpxvideoplayer/tsrc/ut_mpxvideoplayertest/inc/stifutilities.h
changeset 71 60b4b6493d7b
equal deleted inserted replaced
-1:000000000000 71:60b4b6493d7b
       
     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 utilities class stub for STIF testing
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: ou1cpsw#2 %
       
    19 
       
    20 #ifndef STIFUTILITIES_H_
       
    21 #define STIFUTILITIES_H_
       
    22 
       
    23 #include "mpxcollectionutilityimp_stub.h"
       
    24 #include "mpxcollectionutilityimp_stub.h"
       
    25 #include "mpxplaybackutilityimp_stub.h"
       
    26 #include "mpxviewutilityimp_stub.h"
       
    27 
       
    28 class StifUtilities : public CBase
       
    29 {
       
    30     public:
       
    31 
       
    32         void DeleteCollectionUtility();
       
    33         void DeleteViewUtility();
       
    34         void DeletePlaybackUtility();
       
    35 
       
    36         void CloseUtility();
       
    37 
       
    38         CMPXCollectionUtility* iCollectionUtility;
       
    39         CMPXPlaybackUtility*   iPlaybackUtility;
       
    40         CMPXViewUtility*       iViewUtility;
       
    41 };
       
    42 #endif /*STIFUTILITIES_H_*/