phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerVoiceDial.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    18 
    18 
    19 #ifndef CPHONEHANDLERVOICEDIAL_H
    19 #ifndef CPHONEHANDLERVOICEDIAL_H
    20 #define CPHONEHANDLERVOICEDIAL_H
    20 #define CPHONEHANDLERVOICEDIAL_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( CPhoneHandlerVoiceDial ) : public CPhoneHandlerCallBase
    45 NONSHARABLE_CLASS( CPhoneHandlerVoiceDial ) : 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 CPhoneHandlerVoiceDial* NewL( 
    53         static CPhoneHandlerVoiceDial* NewL( 
    54                             CPhoneHandlerControl& aControl,
    54         					CPhoneHandlerControl& aControl,
    55                             TRemConExtCallHandlingApiOperationId aOperation = 
    55         					TRemConExtCallHandlingApiOperationId aOperation = 
    56                                 ERemConExtVoiceDial );
    56         						ERemConExtVoiceDial );
    57         
    57         
    58         /**
    58         /**
    59         * Destructor.
    59         * Destructor.
    60         */
    60         */
    61         virtual ~CPhoneHandlerVoiceDial();
    61         virtual ~CPhoneHandlerVoiceDial();
    96 
    96 
    97         /**
    97         /**
    98         * C++ default constructor.
    98         * C++ default constructor.
    99         */
    99         */
   100         CPhoneHandlerVoiceDial( 
   100         CPhoneHandlerVoiceDial( 
   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