diff -r 40a3f856b14d -r 41a7f70b3818 phoneengine/callhandling/inc/cpecallhandling.h --- a/phoneengine/callhandling/inc/cpecallhandling.h Thu Aug 19 09:54:27 2010 +0300 +++ b/phoneengine/callhandling/inc/cpecallhandling.h Tue Aug 31 15:14:29 2010 +0300 @@ -284,14 +284,6 @@ IMPORT_C TInt TerminateAllConnections(); /** - * Asks phone identity parameters from the mmetel. - * @param aMessage Reply message to the phone application. - * @return Error (KErrNone or KErrNotFound). - */ - IMPORT_C TInt UpdatePhoneIdentity( - MEngineMonitor::TPEMessagesFromPhoneEngine aMessage ); - - /** * Sets active line */ IMPORT_C void SetActiveLine(); @@ -381,14 +373,6 @@ IMPORT_C TInt CallTerminatedError( const TInt aCallId ); /** - * This method gets the lifetime of the MS. The lifetime information - * includes the manufacturing date of the MS and the total amount of airtime use. - * @param aLifeTimeInfo Life time information - * @return Get succeeded or not. - */ - IMPORT_C TBool GetLifeTime( TDes8& aLifeTimeInfo ); - - /** * Replace active call with waiting call. * @since Series60_5.0 * @return Error (KErrNone is success). @@ -432,13 +416,6 @@ * @return Error (KErrNone is success). */ IMPORT_C TInt ForwardCallToAddress( TInt aIndex ); - - /** - * Makes HangUp requests for conference call. - * @return Error (ECCPErrorNotFound if there is not a conference call - * - */ - IMPORT_C TInt ReleaseConference(); public: // From MPECallHandling - DTMF related /**