phoneengine/engineinfo/inc/mpedatastore.h
changeset 77 2be0b271d017
parent 45 6b911d05207e
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
   763         /**
   763         /**
   764         * Gets call parameters
   764         * Gets call parameters
   765         * @return None.
   765         * @return None.
   766         */
   766         */
   767         virtual CCCECallParameters& CallParameters() = 0;
   767         virtual CCCECallParameters& CallParameters() = 0;
   768         
   768                 
   769         /**
       
   770         * Sets switch to  number to TPECallCommandInfo-structure
       
   771         * @param aPhoneNumber is the phone number
       
   772         */
       
   773         virtual void SetSwitchToNumberCommand( const TPEPhoneNumber& aPhoneNumber ) = 0;
       
   774         
       
   775         /**
       
   776         * Gets switch to number
       
   777         * @return Reference to TPEPhoneNumber, containing the phone number.
       
   778         */
       
   779         virtual const TPEPhoneNumber& SwitchToNumberCommand() const = 0;
       
   780         
       
   781         /**
       
   782         * Sets switch to operation status.
       
   783         * @param aValue switch to operation status.
       
   784         */
       
   785         virtual void SetIsSwitchToOperationOngoing( const TBool aValue ) = 0;
       
   786         
       
   787         /**
   769         /**
   788          * Sets call index of a call.
   770          * Sets call index of a call.
   789          * @param aCallIndex Call index
   771          * @param aCallIndex Call index
   790          * @param aCallId call identification
   772          * @param aCallId call identification
   791          */
   773          */