diff -r ba76fc04e6c2 -r 6b911d05207e phoneengine/engineinfo/inc/mpedatastore.h --- a/phoneengine/engineinfo/inc/mpedatastore.h Fri Jun 04 10:19:18 2010 +0100 +++ b/phoneengine/engineinfo/inc/mpedatastore.h Wed Jun 23 18:12:20 2010 +0300 @@ -373,12 +373,6 @@ virtual void SetKeypadVolume( const TInt aKeypadVolume ) = 0; /** - * Sets lifetimer data of the phone to TPEBasicInfo-structure - * @param aLifeTimerData lifetime data (TDesc8&). - */ - virtual void SetLifeTimerData( TCCPLifeTimeDataPckg& aPckg ) = 0; - - /** * Sets a logging indicator to TPECallInfo-tructure * @param aLoggingIndicator, Continuous logging indicator. * @param aCallId, the call identification number. @@ -423,13 +417,6 @@ virtual void SetPhoneNumberIsServiceCode( const TBool& aServiceCode ) = 0; /** - * Sets phone number to TPECallCommandInfo-structure - * @param aPhoneIdentityParameters is the phone identity parameters - */ - virtual void SetPhoneIdentityParameters( - const TPEPhoneIdentityParameters& aPhoneIdentityParameters ) = 0; - - /** * Sets call origin for the next call attempt * @param aOrigin indicates if the call is phone, client or SAT originated */ @@ -735,7 +722,7 @@ * @param aCallId, is the call identification number. */ virtual void SetRemoteColpNumber( - TPEPhoneNumber& aColpNumber, + const TPEPhoneNumber& aColpNumber, const TInt aCallId ) = 0; /**