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