convergedcallengine/csplugin/inc/mcspcalladdedobserver.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 18 594d59766373
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
     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 MCSPCallAddedObserver class
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MCSPCALLADDEDOBSERVER_H
       
    21 #define MCSPCALLADDEDOBSERVER_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 MCSPCallAddedObserver
       
    36     {
       
    37     public:
       
    38 
       
    39         /**
       
    40         * Informs about added 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 CallAdded( RMobileLine& aLine, 
       
    46                                 TName aCallName,
       
    47                                 RCSPLineContainer::TCSPLineId aLineId ) = 0;
       
    48 
       
    49 
       
    50     };
       
    51 
       
    52 #endif // MINCOMINGCALLOBSERVER_H
       
    53 
       
    54 //End of file