phoneapp/phoneuistates/inc/cphoneconferenceandwaiting.h
branchRCL_3
changeset 58 40a3f856b14d
parent 15 2a26698d78ba
child 61 41a7f70b3818
equal deleted inserted replaced
57:94dc1107e8b2 58:40a3f856b14d
    68         * @param aErrorInfo: the error info
    68         * @param aErrorInfo: the error info
    69         */
    69         */
    70         IMPORT_C virtual void HandleErrorL( 
    70         IMPORT_C virtual void HandleErrorL( 
    71             const TPEErrorInfo& aErrorInfo ); 
    71             const TPEErrorInfo& aErrorInfo ); 
    72         
    72         
       
    73         /**
       
    74         * This function is called from displaycallsetup and 
       
    75         * the purpose is to do state specific things for callsetup.
       
    76         */
       
    77         IMPORT_C virtual void DoStateSpecificCallSetUpDefinitionsL();
       
    78         
    73     protected:
    79     protected:
    74 
    80 
    75         /**
    81         /**
    76         * By default EPOC constructor is private.
    82         * By default EPOC constructor is private.
    77         */
    83         */
    98          
   104          
    99          void HandleConferenceIdleL();
   105          void HandleConferenceIdleL();
   100                   
   106                   
   101          void MakeStateTransitionToConferenceAndSingleL( TInt aCallId );
   107          void MakeStateTransitionToConferenceAndSingleL( TInt aCallId );
   102          
   108          
   103          void HandleDiallingL( TInt aCallId );
   109          void HandleDialingL( TInt aCallId );
   104          
   110          
   105          void HandleWentOneToOneL( TInt aCallId );
   111          void HandleWentOneToOneL( TInt aCallId );
   106       
   112       
   107      private:
   113      private:
   108         TInt iRingingCallId;
   114         TInt iRingingCallId;