phoneapp/phoneuistates/inc/cphonesingleandwaiting.h
branchRCL_3
changeset 58 40a3f856b14d
parent 15 2a26698d78ba
child 61 41a7f70b3818
equal deleted inserted replaced
57:94dc1107e8b2 58:40a3f856b14d
    59             TInt aCallId );     
    59             TInt aCallId );     
    60         
    60         
    61         /**
    61         /**
    62         * Handles user selected UI commands.
    62         * Handles user selected UI commands.
    63         * @param aCommand - selected command
    63         * @param aCommand - selected command
    64         */    
    64         */
    65         TBool HandleCommandL( TInt aCommand );  
    65         TBool HandleCommandL( TInt aCommand );  
       
    66         
       
    67         /**
       
    68         * This function is called from displaycallsetup and 
       
    69         * the purpose is to do state specific things for callsetup.
       
    70         */
       
    71         IMPORT_C virtual void DoStateSpecificCallSetUpDefinitionsL();
    66             
    72             
    67     protected:
    73     protected:
    68 
    74 
    69         /**
    75         /**
    70         * By default constructor is private.
    76         * By default constructor is private.
   146         
   152         
   147         /**
   153         /**
   148         * Handles received dialing message from Phone Engine.
   154         * Handles received dialing message from Phone Engine.
   149         * @param aCallId - call id that received the event
   155         * @param aCallId - call id that received the event
   150         */ 
   156         */ 
   151         void HandleDiallingL( TInt aCallId );
   157         void HandleDialingL( TInt aCallId );
   152         
       
   153         /**
       
   154         * Sets up all call setup to display.
       
   155         * @param aCallId - call id to set up
       
   156         */ 
       
   157         void DisplayCallSetupL( TInt aCallId );
       
   158         
   158         
   159         /**
   159         /**
   160         *  Handles received EPEMessageDisconnecting message from Phone Engine.
   160         *  Handles received EPEMessageDisconnecting message from Phone Engine.
   161         * @param aCallId: the call id of the call
   161         * @param aCallId: the call id of the call
   162         */
   162         */