diff -r c84cf270c54f -r 92ab7f8d0eab phoneengine/callhandling/inc/cpecallhandling.h --- a/phoneengine/callhandling/inc/cpecallhandling.h Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneengine/callhandling/inc/cpecallhandling.h Fri Mar 19 09:28:42 2010 +0200 @@ -54,7 +54,6 @@ class CCCECallParameters; class CPECCEObserver; class CPESystemCallState; -class CRepository; // CLASS DECLARATION @@ -649,14 +648,6 @@ * @param aCall reference to call object */ void SetCallOrigin( const TInt aCallId, const MCCECall& aCall ) const; - - /** - * Set COLP number to datastore if remote party number is - * different from dialled number. - * @param aCallid. - * @param aCall reference to call object - */ - void SetColpNumber( TInt aCallId, const MCCECall& aCall ) const; protected: // Phone model instance which owns this object. @@ -698,8 +689,6 @@ CPECCEObserver* iCCEObserver; // System Call State CPESystemCallState* iSystemCallState; - - CRepository* iRepository; }; #endif // CPECALLHANDLING_H