phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerDialCall.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    19 
    19 
    20 #ifndef CPHONEHANDLERDIALCALL_H
    20 #ifndef CPHONEHANDLERDIALCALL_H
    21 #define CPHONEHANDLERDIALCALL_H
    21 #define CPHONEHANDLERDIALCALL_H
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include "phonehandlercallbase.h" 
    24 #include "PhoneHandlerCallBase.h"
    25 #include <RemConExtensionApi.h> 
    25 #include <RemConExtensionApi.h>
    26 
    26 
    27 // CONSTANTS
    27 // CONSTANTS
    28 
    28 
    29 // MACROS
    29 // MACROS
    30 
    30 
    42 *
    42 *
    43 *  @lib PhoneCmdHandler
    43 *  @lib PhoneCmdHandler
    44 *  @since S60 3.1
    44 *  @since S60 3.1
    45 */
    45 */
    46 NONSHARABLE_CLASS( CPhoneHandlerDialCall ) : public CPhoneHandlerCallBase
    46 NONSHARABLE_CLASS( CPhoneHandlerDialCall ) : public CPhoneHandlerCallBase
    47                                              
    47 											 
    48     {
    48     {
    49     public:  // Constructors and destructor
    49     public:  // Constructors and destructor
    50         
    50         
    51         /**
    51         /**
    52         * Two-phased constructor.
    52         * Two-phased constructor.
    53         */
    53         */
    54         static CPhoneHandlerDialCall* NewL(
    54         static CPhoneHandlerDialCall* NewL(
    55                 CPhoneHandlerControl& aControl, 
    55         		CPhoneHandlerControl& aControl, 
    56                 TRemConExtCallHandlingApiOperationId aOperation
    56            		TRemConExtCallHandlingApiOperationId aOperation
    57                     = ERemConExtDialCall );
    57         			= ERemConExtDialCall );
    58         
    58         
    59         /**
    59         /**
    60         * Destructor.
    60         * Destructor.
    61         */
    61         */
    62         virtual ~CPhoneHandlerDialCall();
    62         virtual ~CPhoneHandlerDialCall();
    63 
    63 
    64     public: // New functions
    64     public: // New functions
    65     
    65    	
    66     public: // Functions from base classes
    66     public: // Functions from base classes
    67 
    67 
    68          /**
    68          /**
    69         * From MPhoneHandlerService. Starts processing service.
    69         * From MPhoneHandlerService. Starts processing service.
    70         * @since S60 3.1
    70         * @since S60 3.1
    95     private:
    95     private:
    96 
    96 
    97         /**
    97         /**
    98         * C++ default constructor.
    98         * C++ default constructor.
    99         */
    99         */
   100         CPhoneHandlerDialCall(      
   100         CPhoneHandlerDialCall(     	
   101             CPhoneHandlerControl& aControl, 
   101         	CPhoneHandlerControl& aControl, 
   102             TRemConExtCallHandlingApiOperationId aOperation );
   102         	TRemConExtCallHandlingApiOperationId aOperation );
   103        
   103        
   104         /**
   104         /**
   105         * By default Symbian 2nd phase constructor is private.
   105         * By default Symbian 2nd phase constructor is private.
   106         */
   106         */
   107         void ConstructL();
   107         void ConstructL();
   108     
   108 	
   109     public:     // Data
   109     public:     // Data
   110     
   110     
   111     protected:  // Data
   111     protected:  // Data
   112     
   112     
   113     private:    // Data
   113     private:    // Data