phoneclientserver/phoneserver/Inc/Standard/Standard_Aiw/MPhSrvEmergencyInitiators.h
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2002 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:  Object Initiators.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MPHSRVEMERGENCYINITIATORS_H
       
    20 #define MPHSRVEMERGENCYINITIATORS_H
       
    21 
       
    22 
       
    23 // INCLUDES
       
    24 #include <e32base.h>
       
    25 
       
    26 
       
    27 // FORWARD DECLARATIONS
       
    28 
       
    29 
       
    30 // CLASS DECLARATION
       
    31 
       
    32 /**
       
    33 *  Initiator functions class.
       
    34 *
       
    35 *  @since 1.0 
       
    36 */
       
    37 class MPhSrvEmergencyCall
       
    38     {
       
    39     public: // New functions
       
    40 
       
    41         /**
       
    42         * Called by the call manager when it wants to make a emergency call response
       
    43         * to a request from the external call interface.
       
    44         *
       
    45         */
       
    46         virtual void InitiatorMakeEmergencyCall( const RMessage2& aMessage )=0;//const TPhCltTelephoneNumber aNumber ) =0;
       
    47         
       
    48         /**
       
    49         * Called by the call manager to find out if there is a registered
       
    50         * notification handler .
       
    51         *
       
    52         * @return ETrue if there is pending notification request.
       
    53         */
       
    54         virtual TBool InitiatorIsReadyToMakeEmergencyCall() const = 0;
       
    55        
       
    56     };
       
    57 
       
    58 #endif // MPHSRVEMERGENCYINITIATORS_H
       
    59 
       
    60 
       
    61 // End of File