phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerEndCall.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    18 
    18 
    19 #ifndef CPHONEHANDLERENDCALL_H
    19 #ifndef CPHONEHANDLERENDCALL_H
    20 #define CPHONEHANDLERENDCALL_H
    20 #define CPHONEHANDLERENDCALL_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( CPhoneHandlerEndCall ) : public CPhoneHandlerCallBase
    45 NONSHARABLE_CLASS( CPhoneHandlerEndCall ) : 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 CPhoneHandlerEndCall* NewL( 
    53         static CPhoneHandlerEndCall* NewL( 
    54                         CPhoneHandlerControl& aControl,
    54         				CPhoneHandlerControl& aControl,
    55                         TRemConExtCallHandlingApiOperationId aOperation
    55         				TRemConExtCallHandlingApiOperationId aOperation
    56                             = ERemConExtEndCall );
    56         					= ERemConExtEndCall );
    57         
    57         
    58         /**
    58         /**
    59         * Destructor.
    59         * Destructor.
    60         */
    60         */
    61         virtual ~CPhoneHandlerEndCall();
    61         virtual ~CPhoneHandlerEndCall();
    95 
    95 
    96         /**
    96         /**
    97         * C++ default constructor.
    97         * C++ default constructor.
    98         */
    98         */
    99         CPhoneHandlerEndCall( 
    99         CPhoneHandlerEndCall( 
   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();
   107         
   107 		
   108     public:     // Data
   108     public:     // Data
   109           
   109           
   110     protected:  // Data
   110     protected:  // Data
   111       
   111       
   112     private:    // Data
   112     private:    // Data