videoplayerapp/mpxvideoplayer/inc/mpxvideoplayerapplication.h
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     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 "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:  Application class
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: da1mmcf#4 %
       
    19 
       
    20 
       
    21 #ifndef CMPXVIDEOPLAYERAPPLICATION_H
       
    22 #define CMPXVIDEOPLAYERAPPLICATION_H
       
    23 
       
    24 #include <aknapp.h>                    // CAknApplication
       
    25 
       
    26 /**
       
    27 *  Application class.
       
    28 *  Creates concrete document object.
       
    29 *
       
    30 *  @lib mpxvideoplayer.exe 
       
    31 *  @since MpxVideoPlayer 0.1
       
    32 */
       
    33 class CMpxVideoPlayerApplication : public CAknApplication
       
    34     {
       
    35     private:
       
    36 
       
    37         /**
       
    38         * From CApaApplication, creates document object.
       
    39         * @return A pointer to the created document object.
       
    40         */
       
    41         CApaDocument* CreateDocumentL();
       
    42         
       
    43         /**
       
    44         * From CApaApplication, returns application's UID.
       
    45         * @return The value of KUidMacFwApplication.
       
    46         */
       
    47         TUid AppDllUid() const;
       
    48     };
       
    49 
       
    50 #endif       // CMPXVIDEOPLAYERAPPLICATION_H