phoneplugins/csplugin/inc/mcspincomingcallobserver.h
changeset 64 6aaf0276100e
parent 21 92ab7f8d0eab
equal deleted inserted replaced
56:5bcb308bd24d 64:6aaf0276100e
    41         * @since S60 3.2
    41         * @since S60 3.2
    42         * @param aLine the line that corresponds to the call
    42         * @param aLine the line that corresponds to the call
    43         * @param aCallName the name of the call
    43         * @param aCallName the name of the call
    44         */    
    44         */    
    45         virtual void IncomingCallArrived( RMobileLine& aLine, 
    45         virtual void IncomingCallArrived( RMobileLine& aLine, 
    46                                   TName aCallName,
    46                                   const TName& aCallName,
    47                                   RCSPLineContainer::TCSPLineId aLineId ) = 0;
    47                                   RCSPLineContainer::TCSPLineId aLineId ) = 0;
    48 
    48 
    49 
    49 
    50     };
    50     };
    51 
    51