phonesrv_plat/converged_call_engine_api/inc/mcceextensionobserver.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    46     * @param aEvent Event type
    46     * @param aEvent Event type
    47     * @param aStatus Status code
    47     * @param aStatus Status code
    48     * @return none
    48     * @return none
    49     */
    49     */
    50     virtual void HandleExtensionEvents( TUint32 aServiceId,
    50     virtual void HandleExtensionEvents( TUint32 aServiceId,
    51                                         TInt aEvent,
    51 										TInt aEvent,
    52                                         TInt aStatus ) = 0;
    52                                         TInt aStatus ) = 0;
    53     };
    53     };
    54 
    54 
    55 #endif // MCCEEXTENSIONOBSERVER_H
    55 #endif // MCCEEXTENSIONOBSERVER_H
    56 
    56