resourcemgmt/hwresourcesmgr/test/multiclient/HWRMLightTestF/inc/HWRMLightTestFapplication.h
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2003-2009 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 
       
    19 
       
    20 
       
    21 #ifndef __HWRMLightTestF_APPLICATION_H__
       
    22 #define __HWRMLightTestF_APPLICATION_H__
       
    23 
       
    24 #include <eikapp.h>
       
    25 
       
    26 
       
    27 
       
    28 /** 
       
    29   @class CHWRMLightTestFApplication
       
    30   
       
    31   An instance of CHWRMLightTestFApplication is the application part of the AVKON
       
    32   application framework for the HWRMLightTestF example application
       
    33   * * Nokia Core OS *
       
    34   */
       
    35 class CHWRMLightTestFApplication : public CEikApplication
       
    36     {
       
    37 public:  // from CAknApplication
       
    38 
       
    39 /** 
       
    40   AppDllUid
       
    41   
       
    42   Return the application DLL UID value
       
    43   @return the UID of this Application/Dll
       
    44   */
       
    45     TUid AppDllUid() const;
       
    46 
       
    47 		
       
    48 
       
    49 protected: // from CAknApplication
       
    50 /** 
       
    51   CreateDocumentL
       
    52   
       
    53   Create a CApaDocument object and return a pointer to it
       
    54   @return a pointer to the created document
       
    55   */
       
    56     CApaDocument* CreateDocumentL();
       
    57 
       
    58 private:
       
    59 
       
    60 
       
    61 
       
    62     };
       
    63 
       
    64 
       
    65 #endif // __HWRMLightTestF_APPLICATION_H__