phonesrv_plat/phone_client_notify_api/inc/CPhCltCallNotify.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    19 #ifndef CPHCLTCALLNOTIFY_H
    19 #ifndef CPHCLTCALLNOTIFY_H
    20 #define CPHCLTCALLNOTIFY_H
    20 #define CPHCLTCALLNOTIFY_H
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <phclttypes.h> 
    24 #include <PhCltTypes.h>
    25 
    25 
    26 
    26 
    27 //  FORWARD DECLARATIONS
    27 //  FORWARD DECLARATIONS
    28 class RPhCltServer;
    28 class RPhCltServer;
    29 class CPhCltDialData;
    29 class CPhCltDialData;
    76         /**
    76         /**
    77         * Notify dial requests through given observer.
    77         * Notify dial requests through given observer.
    78         * @param aObserver dial request observer
    78         * @param aObserver dial request observer
    79         */
    79         */
    80         IMPORT_C void NotifyDialRequest( 
    80         IMPORT_C void NotifyDialRequest( 
    81             MPhCltDialRequestObserver* aObserver );
    81 			MPhCltDialRequestObserver* aObserver );
    82 
    82 
    83         /**
    83         /**
    84         * Cancel pending call attempt notification.
    84         * Cancel pending call attempt notification.
    85         */
    85         */
    86         IMPORT_C void CancelNotifyDialRequest();
    86         IMPORT_C void CancelNotifyDialRequest();
   102             TDesC& aEmergencyNumber );
   102             TDesC& aEmergencyNumber );
   103 
   103 
   104         /**
   104         /**
   105         * Cancel pending emergency call attempt notification.
   105         * Cancel pending emergency call attempt notification.
   106         */
   106         */
   107         IMPORT_C void CancelNotifyEmergencyCall() const;
   107 		IMPORT_C void CancelNotifyEmergencyCall() const;
   108 
   108 
   109         /**
   109         /**
   110         * Respond to client request to make emergency call
   110         * Respond to client request to make emergency call
   111         *
   111         *
   112         * @param aResultCode Result of the response.
   112         * @param aResultCode Result of the response.
   113         */
   113         */
   114         IMPORT_C TInt RespondEmergencyToClient( const TInt aResultCode );
   114 		IMPORT_C TInt RespondEmergencyToClient( const TInt aResultCode );
   115         
   115         
   116         /**
   116         /**
   117         * Notifies when a Command handler request arrives.
   117         * Notifies when a Command handler request arrives.
   118         *
   118         *
   119         * @param aStatus Status to be changed when command handler request
   119         * @param aStatus Status to be changed when command handler request