phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h
changeset 65 2a5d4ab426d3
parent 45 6b911d05207e
equal deleted inserted replaced
60:1eef62f5c541 65:2a5d4ab426d3
   214         * @param aCallHeaderData - Call header parameter where modifications
   214         * @param aCallHeaderData - Call header parameter where modifications
   215         *                          are made.
   215         *                          are made.
   216         */
   216         */
   217         void SetCliParamatersL(
   217         void SetCliParamatersL(
   218                 const TInt aCallId, 
   218                 const TInt aCallId, 
   219                 TPhoneCmdParamCallHeaderData* aCallHeaderData );  
   219                 TPhoneCmdParamCallHeaderData* aCallHeaderData );
   220         
       
   221         /**
       
   222         * Concludes does the engine have information of the
       
   223         * phone number. This information is then send to the view.
       
   224         * @param aNumberLength - phone number's length
       
   225         * @param aContactInfoAvailable - is contact's info available
       
   226         */
       
   227         void SetPhoneNumberAvailabilityL( 
       
   228                 const TInt aNumberLength,
       
   229                 const TBool aContactInfoAvailable );
       
   230                 
   220                 
   231     private:
   221     private:
   232         
   222         
   233         MPhoneCallHeaderManagerUtility& iManagerUtility;
   223         MPhoneCallHeaderManagerUtility& iManagerUtility;
   234         MPhoneStateMachine& iStateMachine;
   224         MPhoneStateMachine& iStateMachine;