mmsharing/mmshindicator/tsrc/IndicatorTestApp/inc/IndicatorTestAppApplication.h
changeset 0 f0cf47e981f9
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     1 /*
       
     2 * Copyright (c) 2007 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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __INDICATORTESTAPP_APPLICATION_H__
       
    19 #define __INDICATORTESTAPP_APPLICATION_H__
       
    20 
       
    21 #include <aknapp.h>
       
    22 
       
    23 
       
    24 /*! 
       
    25   @class CIndicatorTestAppApplication
       
    26   
       
    27   @discussion An instance of CIndicatorTestAppApplication is the application part of the AVKON
       
    28   application framework for the IndicatorTestApp example application
       
    29   */
       
    30 class CIndicatorTestAppApplication : public CAknApplication
       
    31     {
       
    32 public:  // from CAknApplication
       
    33 
       
    34 /*! 
       
    35   @function AppDllUid
       
    36   
       
    37   @discussion Returns the application DLL UID value
       
    38   @result the UID of this Application/Dll
       
    39   */
       
    40     TUid AppDllUid() const;
       
    41 
       
    42 protected: // from CAknApplication
       
    43 /*! 
       
    44   @function CreateDocumentL
       
    45   
       
    46   @discussion Create a CApaDocument object and return a pointer to it
       
    47   @result a pointer to the created document
       
    48   */
       
    49     CApaDocument* CreateDocumentL();
       
    50     };
       
    51 
       
    52 #endif // __INDICATORTESTAPP_APPLICATION_H__