phoneclientserver/phoneclient/Inc/CommandHandler/RPhCltCommandHandler.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    21 #define RPHCLTCOMMANDHANDLER_H
    21 #define RPHCLTCOMMANDHANDLER_H
    22 
    22 
    23 
    23 
    24 //  INCLUDES
    24 //  INCLUDES
    25 #include <e32base.h>
    25 #include <e32base.h>
    26 #include <phclttypes.h> 
    26 #include <PhCltTypes.h>
    27 //#include "cphcltcommandhandlernotify.h" 
    27 //#include "CPhCltCommandHandlerNotify.h"
    28 #include "cphcltcommandhandler.h" 
    28 #include "CPhCltCommandHandler.h"
    29 
    29 
    30 // FORWARD DECLARATIONS
    30 // FORWARD DECLARATIONS
    31 class RPhCltServer;
    31 class RPhCltServer;
    32 
    32 
    33 // CLASS DECLARATION
    33 // CLASS DECLARATION
    75         * @param aStatus The status updated when function call is completed.
    75         * @param aStatus The status updated when function call is completed.
    76         *                KErrNone if successful, Symbian error code otherwise.
    76         *                KErrNone if successful, Symbian error code otherwise.
    77         * @param aTelephoneNumber The telephony number .
    77         * @param aTelephoneNumber The telephony number .
    78         */
    78         */
    79             
    79             
    80         void Atd(
    80 		void Atd(
    81             TRequestStatus& aStatus, 
    81             TRequestStatus& aStatus, 
    82             const TPhCltTelephoneNumber& aTelephoneNumber );
    82             const TPhCltTelephoneNumber& aTelephoneNumber );
    83         
    83 		
    84 
    84 
    85         /**
    85         /**
    86         * Answer the call. 
    86         * Answer the call. 
    87         * Does not need response according to specification.
    87         * Does not need response according to specification.
    88         *  
    88         *