phoneengine/phonemodel/inc/cpemessagehandler.h
changeset 77 2be0b271d017
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
   408         /**
   408         /**
   409         * Handles hold message from the phone application 
   409         * Handles hold message from the phone application 
   410         * @return possible error code from the CallHandling subsystem.
   410         * @return possible error code from the CallHandling subsystem.
   411         */
   411         */
   412         TInt HandleHoldCall( );
   412         TInt HandleHoldCall( );
   413 
   413         
   414         /**
       
   415         * Handles video call switch to video or voice from phoneui 
       
   416         */
       
   417         TInt HandleSwitchToVideoOrVoice( const TInt aCallId ); 
       
   418         
       
   419         /**
       
   420         * Continue switch to video call or voice call.
       
   421         * Calls dial method to create new video call or voice call 
       
   422         * to same phonenumber.
       
   423         * @param aCallId is the identification number of the call.
       
   424         * @return possible error code from the CallHandling subsystem.
       
   425         */
       
   426         TInt ContinueSwitchToCall( const TInt aCallId );  
       
   427 
   414 
   428         /**
   415         /**
   429         * Handles idle state message from the CallHandling subsystem.
   416         * Handles idle state message from the CallHandling subsystem.
   430         * @param aCallId is the identification number of the call.
   417         * @param aCallId is the identification number of the call.
   431         * @return Return possible error code from the CallHandling subsystem.
   418         * @return Return possible error code from the CallHandling subsystem.