hti/hti_plat/hti_api/inc/HtiStartupWaitInterface.h
branchRCL_3
changeset 19 07b41fa8d1dd
parent 18 3406c99bc375
child 20 ca8a1b6995f6
equal deleted inserted replaced
18:3406c99bc375 19:07b41fa8d1dd
     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:  Definition of MHtiStartupWaitInterface that is used to make
       
    15 *                HtiFramework wait for OS startup before continuing own startup.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef HTISTARTUPWAITINTERFACE_H__
       
    21 #define HTISTARTUPWAITINTERFACE_H__
       
    22 
       
    23 #include <e32std.h>
       
    24 
       
    25 const TUid KHtiStartupWaitInterfaceUid = { 0x1020DEB9 };
       
    26 
       
    27 class MHtiStartupWaitInterface
       
    28     {
       
    29     public:
       
    30         virtual TInt WaitForStartup( TInt aMaxWaitTime ) = 0;
       
    31     };
       
    32 
       
    33 #endif
       
    34 
       
    35 // End of file