videditor/TrimForMms/inc/TrimForMmsApplication.h
branchRCL_3
changeset 3 e0b5df5c0969
parent 0 951a5db380a0
child 5 4c409de21d23
equal deleted inserted replaced
0:951a5db380a0 3:e0b5df5c0969
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "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 * Ixonos Plc
       
    14 *
       
    15 * Description:  
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /* ====================================================================
       
    21  * File: TrimForMmsApplication.h
       
    22  * Created: 04/18/06
       
    23  * Author: 
       
    24  * 
       
    25  * ==================================================================== */
       
    26 
       
    27 #ifndef __TRIMFORMMS_APPLICATION_H__
       
    28 #define __TRIMFORMMS_APPLICATION_H__
       
    29 
       
    30 #include <aknapp.h>
       
    31 
       
    32 
       
    33 /*! 
       
    34   @class CTrimForMmsApplication
       
    35   
       
    36   @discussion An instance of CTrimForMmsApplication is the application part of the AVKON
       
    37   application framework for the TrimForMms example application
       
    38   */
       
    39 class CTrimForMmsApplication : public CAknApplication
       
    40     {
       
    41 public:  // from CAknApplication
       
    42 
       
    43 /*! 
       
    44   @function AppDllUid
       
    45   
       
    46   @discussion Returns the application DLL UID value
       
    47   @result the UID of this Application/Dll
       
    48   */
       
    49     TUid AppDllUid() const;
       
    50 
       
    51 protected: // from CAknApplication
       
    52 /*! 
       
    53   @function CreateDocumentL
       
    54   
       
    55   @discussion Create a CApaDocument object and return a pointer to it
       
    56   @result a pointer to the created document
       
    57   */
       
    58     CApaDocument* CreateDocumentL();
       
    59     };
       
    60 
       
    61 #endif // __TRIMFORMMS_APPLICATION_H__