convergedcallengine/csplugin/inc/mcspincomingcallobserver.h
branchRCL_3
changeset 20 987c9837762f
parent 0 ff3b6d0fd310
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Header file for MCSPIncomingCallObserver class
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MCSPINCOMINGCALLOBSERVER_H
       
    21 #define MCSPINCOMINGCALLOBSERVER_H
       
    22 
       
    23 //INCLUDES
       
    24 #include <etelmm.h>
       
    25 
       
    26 #include "rcsplinecontainer.h"
       
    27 
       
    28 // CLASS DECLARATION
       
    29 
       
    30 /**
       
    31 *  Virtual interface for monitoring incoming call.
       
    32 *
       
    33 *  @since S60 3.2
       
    34 */
       
    35 class MCSPIncomingCallObserver
       
    36     {
       
    37     public:
       
    38 
       
    39         /**
       
    40         * Informs incoming call.
       
    41         * @since S60 3.2
       
    42         * @param aLine the line that corresponds to the call
       
    43         * @param aCallName the name of the call
       
    44         */    
       
    45         virtual void IncomingCallArrived( RMobileLine& aLine, 
       
    46                                   TName aCallName,
       
    47                                   RCSPLineContainer::TCSPLineId aLineId ) = 0;
       
    48 
       
    49 
       
    50     };
       
    51 
       
    52 #endif // MINCOMINGCALLOBSERVER_H
       
    53 
       
    54 //End of file