diff -r ba76fc04e6c2 -r 6b911d05207e phoneengine/engineinfo/inc/mpeengineinfo.h --- a/phoneengine/engineinfo/inc/mpeengineinfo.h Fri Jun 04 10:19:18 2010 +0100 +++ b/phoneengine/engineinfo/inc/mpeengineinfo.h Wed Jun 23 18:12:20 2010 +0300 @@ -255,12 +255,6 @@ virtual const TInt& KeypadVolume() const = 0; /** - * Gets lifetimer data - * @return lifetime data (TDes8&) - */ - virtual const TPELifeTimeData& LifeTimerData() const = 0; - - /** * Gets a logging indicator * @param aCallId, call identification number * @return continuous logging indicator @@ -297,12 +291,6 @@ virtual const TBool& PersonalToneStatus() const = 0; /** - * Gets phone identity parameters - * @return phone identity parameters. - */ - virtual const TPEPhoneIdentityParameters& PhoneIdentityParameters() const = 0; - - /** * Gets phone number * @return Reference to TPEPhoneNumber, containing the phone number of the remote party. */ @@ -703,7 +691,13 @@ * Returns Phonebook contact identifier. */ virtual TInt ContactId2 () const = 0; - + + /** + * Sets the protocol spesific error code + * @param aError is the error code from protocol. + * @return None. + */ + virtual void SetProtocolError( TInt aError ) = 0; }; // MPEEngineInfo #endif //MPEENGINEINFO_H