htiui/HtiStartupWait/inc/HtiStartupWait.h
branchRCL_3
changeset 20 48060abbbeaf
parent 19 d40e813b23c0
child 21 b3cee849fa46
equal deleted inserted replaced
19:d40e813b23c0 20:48060abbbeaf
     1 /*
       
     2 * Copyright (c) 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:  CHtiStartupWait class declaration.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __HTISTARTUPWAIT_H
       
    20 #define __HTISTARTUPWAIT_H
       
    21 
       
    22 //  INCLUDES
       
    23 #include <e32std.h>
       
    24 #include <HtiStartupWaitInterface.h>
       
    25 
       
    26 // CONSTANTS
       
    27 
       
    28 // MACROS
       
    29 
       
    30 // DATA TYPES
       
    31 
       
    32 // FUNCTION PROTOTYPES
       
    33 
       
    34 // FORWARD DECLARATIONS
       
    35 
       
    36 // CLASS DECLARATION
       
    37 
       
    38 /**
       
    39 *
       
    40 */
       
    41 NONSHARABLE_CLASS(CHtiStartupWait) : public MHtiStartupWaitInterface
       
    42     {
       
    43     public: // from MHtiStartupWaitInterface
       
    44         virtual TInt WaitForStartup( TInt aMaxWaitTime );
       
    45     };
       
    46 
       
    47 #endif // __HTISTARTUPWAIT_H
       
    48 
       
    49 // End of File