imstutils/imconversationview/imcvuiapp/inc/cimcvappapplication.h
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22:3104fc151679
     1 /*
       
     2 * Copyright (c) 2007-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 
       
    19 #ifndef CIMCVAPPAPPLICATION_H
       
    20 #define CIMCVAPPAPPLICATION_H
       
    21 
       
    22 #include <aknapp.h>
       
    23 
       
    24 
       
    25 /*! 
       
    26   @class CIMCVAppApplication
       
    27   
       
    28   @discussion An instance of CIMCVAppApplication is the application part of the AVKON
       
    29   application framework for the conversationview application
       
    30   */
       
    31 class CIMCVAppApplication : public CAknApplication
       
    32     {
       
    33 public:  // from CAknApplication
       
    34 
       
    35 /*! 
       
    36   @function AppDllUid
       
    37   
       
    38   @discussion Returns the application DLL UID value
       
    39   @result the UID of this Application/Dll
       
    40   */
       
    41     TUid AppDllUid() const;
       
    42 
       
    43 protected: // from CAknApplication
       
    44 /*! 
       
    45   @function CreateDocumentL
       
    46   
       
    47   @discussion Create a CApaDocument object and return a pointer to it
       
    48   @result a pointer to the created document
       
    49   */
       
    50     CApaDocument* CreateDocumentL();
       
    51     };
       
    52 
       
    53 #endif // CIMCVAPPAPPLICATION_H