phoneclientserver/phoneclient/Inc/ExtCall/ExtCall_Aiw/RPhCltCallNotify.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    67         * @param aStatus Status to be changed when call request have arrived.
    67         * @param aStatus Status to be changed when call request have arrived.
    68         * @param aDatalength  Dial data length.
    68         * @param aDatalength  Dial data length.
    69         */
    69         */
    70         void NotifyCallAttempt( 
    70         void NotifyCallAttempt( 
    71             TRequestStatus& aStatus, 
    71             TRequestStatus& aStatus, 
    72            TPckg< TInt >& aDataLength );
    72 		   TPckg< TInt >& aDataLength );
    73         /**
    73         /**
    74         * Cancel pending call attempt notification.
    74         * Cancel pending call attempt notification.
    75         */
    75         */
    76         void CancelNotifyCallAttempt() const;
    76         void CancelNotifyCallAttempt() const;
    77         
    77         
    92         *
    92         *
    93         */
    93         */
    94         void NotifyEmergencyCall( 
    94         void NotifyEmergencyCall( 
    95             TRequestStatus& aStatus,
    95             TRequestStatus& aStatus,
    96             TDes8& aEmergencyNumber
    96             TDes8& aEmergencyNumber
    97              );
    97 			 );
    98         /**
    98         /**
    99         * Cancel pending call attempt notification.
    99         * Cancel pending call attempt notification.
   100         */
   100         */
   101         void CancelNotifyEmergencyCall() const;
   101         void CancelNotifyEmergencyCall() const;
   102         
   102