phonesrv_plat/phone_client_command_handler_api/inc/CPhCltCommandHandler.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    20 #define CPHCLTCOMMANDHANDLER_H
    20 #define CPHCLTCOMMANDHANDLER_H
    21 
    21 
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <phclttypes.h> 
    25 #include <PhCltTypes.h>
    26 
    26 
    27 
    27 
    28 // FORWARD DECLARATIONS
    28 // FORWARD DECLARATIONS
    29 class RPhCltServer;
    29 class RPhCltServer;
    30 
    30 
   129 
   129 
   130         // The command handler command to be performed.
   130         // The command handler command to be performed.
   131         TPhCltComHandCommand                iCommandHandlerCommand;
   131         TPhCltComHandCommand                iCommandHandlerCommand;
   132 
   132 
   133         // Dial command parameter.
   133         // Dial command parameter.
   134         TPhCltTelephoneNumber               iTelNumber;
   134         TPhCltTelephoneNumber 				iTelNumber;
   135         
   135 		
   136         // Chld command parameter.
   136         // Chld command parameter.
   137         TPhCltChldCommand                   iChldCommand;
   137         TPhCltChldCommand                   iChldCommand;
   138         // Chld command parameter.
   138         // Chld command parameter.
   139         TUint                               iChldCallNumber;
   139         TUint                               iChldCallNumber;
   140 
   140 
   180         *
   180         *
   181         * @param aStatus The status updated when function call is completed.
   181         * @param aStatus The status updated when function call is completed.
   182         *                KErrNone if successful, Symbian error code otherwise.
   182         *                KErrNone if successful, Symbian error code otherwise.
   183         * @param aTelephoneNumber The dial information.
   183         * @param aTelephoneNumber The dial information.
   184         */
   184         */
   185         IMPORT_C virtual void Atd(
   185 		IMPORT_C virtual void Atd(
   186             TRequestStatus& aStatus, 
   186             TRequestStatus& aStatus, 
   187             const TPhCltTelephoneNumber& aTelephoneNumber ) = 0;
   187             const TPhCltTelephoneNumber& aTelephoneNumber ) = 0;
   188 
   188 
   189         /**
   189         /**
   190         * Answer the call. 
   190         * Answer the call.