uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdomaiwakn/inc/bctestdomaiwakndocument.h
changeset 0 2f259fa3e83a
child 10 3d340a0166ff
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : bctestdomaiwakndocument.h
       
     4 *  Part of     : BCTest / bctestdomaiwakn       
       
     5 *  Description : declaration of document
       
     6 *  Version     : %version: 1 % << Don't touch! Updated by Synergy at check-out.
       
     7 *
       
     8 *  Copyright © 2007.  All rights reserved.
       
     9 *  This material, including documentation and any related computer
       
    10 *  programs, is protected by copyright controlled by Nokia.  All
       
    11 *  rights are reserved.  Copying, including reproducing, storing,
       
    12 *  adapting or translating, any or all of this material requires the
       
    13 *  prior written consent of Nokia.  This material also contains
       
    14 *  confidential information which may not be disclosed to others
       
    15 *  without the prior written consent of Nokia.
       
    16 * ============================================================================
       
    17 * Template version: 4.2
       
    18 */
       
    19 
       
    20 #ifndef C_CBCTESTDOMAIWAKNDOCUMENT_H
       
    21 #define C_CBCTESTDOMAIWAKNDOCUMENT_H
       
    22 
       
    23 #include <eikdoc.h>
       
    24 
       
    25 class  CEikAppUi;
       
    26 
       
    27 /**
       
    28  *  CBCTestDomAiwAknDocument class.
       
    29  *  
       
    30  *
       
    31  *  @code
       
    32  *    
       
    33  *  @endcode
       
    34  *
       
    35  *  @lib  
       
    36  *  @since S60 v5.0
       
    37  */ 
       
    38 
       
    39 class CBCTestDomAiwAknDocument : public CEikDocument
       
    40     {
       
    41 public: 
       
    42     /**
       
    43      * Symbian OS two-phased constructor.
       
    44      *
       
    45      * 
       
    46      * @return Pointer to created Document class object.
       
    47      * @param aApp Reference to Application class object.     
       
    48      */         
       
    49         static CBCTestDomAiwAknDocument* NewL( CEikApplication& aApp );
       
    50 
       
    51     /**
       
    52      * Destructor.
       
    53      *
       
    54      */         
       
    55     virtual ~CBCTestDomAiwAknDocument();
       
    56 
       
    57 private:  
       
    58 
       
    59     /**
       
    60      * Overload constructor..
       
    61      *
       
    62      * @since S60 v5.0
       
    63      * @param aApp Reference to Application class object.
       
    64      */        
       
    65     CBCTestDomAiwAknDocument( CEikApplication& aApp );
       
    66 
       
    67 // from base class CEikDocument
       
    68 
       
    69     /**
       
    70      * From CEikDocument.
       
    71      * Creates CBCTestDomAiwAknAppUi "App UI" object.
       
    72      *
       
    73      * @since S60 v5.0
       
    74      * @return Pointer to created AppUi class object.
       
    75      */
       
    76     CEikAppUi* CreateAppUiL();
       
    77 
       
    78     };
       
    79 
       
    80 #endif  // C_CBCTESTDOMAIWAKNDOCUMENT_H
       
    81 
       
    82 // End of File