phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerAnswerCall.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    18 
    18 
    19 #ifndef CPHONEHANDLERANSWERCALL_H
    19 #ifndef CPHONEHANDLERANSWERCALL_H
    20 #define CPHONEHANDLERANSWERCALL_H
    20 #define CPHONEHANDLERANSWERCALL_H
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    23 #include "phonehandlercallbase.h" 
    23 #include "PhoneHandlerCallBase.h"
    24 #include <RemConExtensionApi.h> 
    24 #include <RemConExtensionApi.h>
    25 
    25 
    26 // CONSTANTS
    26 // CONSTANTS
    27 
    27 
    28 // MACROS
    28 // MACROS
    29 
    29 
    41 *
    41 *
    42 *  @lib PhoneCmdHandler
    42 *  @lib PhoneCmdHandler
    43 *  @since S60 3.1
    43 *  @since S60 3.1
    44 */
    44 */
    45 NONSHARABLE_CLASS( CPhoneHandlerAnswerCall ) : public CPhoneHandlerCallBase
    45 NONSHARABLE_CLASS( CPhoneHandlerAnswerCall ) : public CPhoneHandlerCallBase
    46                                                
    46 											   
    47     {
    47     {
    48     public:  // Constructors and destructor
    48     public:  // Constructors and destructor
    49         
    49         
    50         /**
    50         /**
    51         * Two-phased constructor.
    51         * Two-phased constructor.
    52         */
    52         */
    53         static CPhoneHandlerAnswerCall* NewL( 
    53         static CPhoneHandlerAnswerCall* NewL( 
    54                 CPhoneHandlerControl& aControl,
    54         		CPhoneHandlerControl& aControl,
    55                 TRemConExtCallHandlingApiOperationId aOperation
    55         		TRemConExtCallHandlingApiOperationId aOperation
    56                     = ERemConExtAnswerCall );
    56         			= ERemConExtAnswerCall );
    57         
    57         
    58         /**
    58         /**
    59         * Destructor.
    59         * Destructor.
    60         */
    60         */
    61         virtual ~CPhoneHandlerAnswerCall();
    61         virtual ~CPhoneHandlerAnswerCall();
    95 
    95 
    96         /**
    96         /**
    97         * C++ default constructor.
    97         * C++ default constructor.
    98         */
    98         */
    99         CPhoneHandlerAnswerCall( 
    99         CPhoneHandlerAnswerCall( 
   100                 CPhoneHandlerControl& aControl, 
   100         		CPhoneHandlerControl& aControl, 
   101                 TRemConExtCallHandlingApiOperationId aOperation );
   101         		TRemConExtCallHandlingApiOperationId aOperation );
   102 
   102 
   103         /**
   103         /**
   104         * By default Symbian 2nd phase constructor is private.
   104         * By default Symbian 2nd phase constructor is private.
   105         */
   105         */
   106         void ConstructL();
   106         void ConstructL();