diff -r 594d59766373 -r 7d48bed6ce0c cellular/telephonysettings/inc/PSetCallDivertingBase.h --- a/cellular/telephonysettings/inc/PSetCallDivertingBase.h Thu Aug 19 10:28:14 2010 +0300 +++ b/cellular/telephonysettings/inc/PSetCallDivertingBase.h Tue Aug 31 15:45:17 2010 +0300 @@ -24,10 +24,10 @@ #include #include #include -#include "MCallDiverting.h" -#include "MSSSettingsObserver.h" +#include "mcalldiverting.h" +#include "msssettingsobserver.h" #include "nwdefs.h" -#include "PsetConstants.h" +#include "psetconstants.h" // CLASS DECLARATION class MPsetDivertObserver; @@ -66,7 +66,11 @@ ~CPSetCallDivertingBase(); public: // From base class. - + /** + * @see MCallDiverting. + */ + void SetRequestObserver( MPsetRequestObserver* aObs ); + /** * @see MCallDiverting. */ @@ -111,11 +115,6 @@ /** * @see MCallDiverting. - */ - TInt OpenVmbxLC( TDes& aTelNumber, RVmbxNumber& aVmbx ); - - /** - * @see MCallDiverting. */ TInt GetNumbersFromSharedDataL( TInt aType, CDesC16ArrayFlat& aArray ); @@ -244,12 +243,12 @@ /** * @see CActive::RunL(). */ - void RunL(); + virtual void RunL(); /** * @see CActive::DoCancel(). */ - void DoCancel(); + virtual void DoCancel(); /** * @see MSSSettingsObserver::PhoneSettingChanged().