tsrc/fusionmpxplayer_test/FusionMpxPlayerTestExeUi/inc/FusionPlayerTestAppApplication.h
branchRCL_3
changeset 10 112a725ff2c2
parent 9 5294c000a26d
child 11 8970fbd719ec
equal deleted inserted replaced
9:5294c000a26d 10:112a725ff2c2
     1 /*
       
     2 * Copyright (c) 2008 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 the License "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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef FUSIONPLAYERTESTAPPAPPLICATION_H
       
    20 #define FUSIONPLAYERTESTAPPAPPLICATION_H
       
    21 
       
    22 #include <aknapp.h>
       
    23 
       
    24 /**
       
    25   *Class:		CFusionPlayerTestAppApplication
       
    26   */
       
    27 class CFusionPlayerTestAppApplication : public CAknApplication
       
    28     {
       
    29 public:  // from CApaApplication
       
    30 
       
    31 /**
       
    32   *Function:	AppDllUid
       
    33   *
       
    34   *Discussion:	Returns the application DLL UID value
       
    35   *
       
    36   *Returns:		the UID of this Application/Dll
       
    37   *
       
    38   */
       
    39     TUid AppDllUid() const;
       
    40 
       
    41 protected: // from CEikApplication
       
    42 /**
       
    43   *Function:	CreateDocumentL
       
    44   *
       
    45   *Discussion:	Create a CApaDocument object and return a pointer to it
       
    46   *
       
    47   *Returns:		a pointer to the created document
       
    48   *
       
    49   */
       
    50     CApaDocument* CreateDocumentL();
       
    51     };
       
    52 
       
    53 #endif // FUSIONPLAYERTESTAPPAPPLICATION_H