phoneapp/phoneuistates/inc/cphonesinglecall.h
changeset 77 2be0b271d017
parent 72 c76a0b1755b9
child 76 cfea66083b62
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
    63             const TInt aMessage, 
    63             const TInt aMessage, 
    64             TInt aCallId );       
    64             TInt aCallId );       
    65             
    65             
    66         IMPORT_C virtual TBool HandleCommandL( TInt aCommand );
    66         IMPORT_C virtual TBool HandleCommandL( TInt aCommand );
    67 
    67 
    68 
       
    69     protected:
    68     protected:
    70 
    69 
    71         /**
    70         /**
    72         * By default EPOC constructor is private.
    71         * By default EPOC constructor is private.
    73         */
    72         */
    94         
    93         
    95         void ToggleHoldL();
    94         void ToggleHoldL();
    96         
    95         
    97         void HandleIncomingL( TInt aCallId );
    96         void HandleIncomingL( TInt aCallId );
    98         
    97         
    99         void DisplayIncomingCallL( 
    98         void HandleDialingL( TInt aCallId );
   100             TInt aCallId, 
       
   101             const TPhoneCmdParamBoolean aCommandParam );
       
   102         
    99         
   103         void HandleDiallingL( TInt aCallId );
       
   104                 
       
   105         void DisplayCallSetupL( TInt aCallId );
       
   106         
       
   107         void SwitchToVideoL();
       
   108     
       
   109     private:
   100     private:
   110     
   101     
   111         // Call id information.
   102         // Call id information.
   112         TInt iCallId;
   103         TInt iCallId;
   113         
       
   114         // Status of query
       
   115         TBool iSwitchToVideoQuery;
       
   116         
   104         
   117     };
   105     };
   118 
   106 
   119 #endif // CPHONESINGLECALL_H
   107 #endif // CPHONESINGLECALL_H
   120 
   108