diff -r 352850cbed81 -r 9f4e37332ce5 vpnui/vpnmanagementui/inc/vpnmanagementuiservercontainer.h --- a/vpnui/vpnmanagementui/inc/vpnmanagementuiservercontainer.h Mon Jun 21 16:49:56 2010 +0300 +++ b/vpnui/vpnmanagementui/inc/vpnmanagementuiservercontainer.h Thu Aug 19 10:54:34 2010 +0300 @@ -33,7 +33,8 @@ */ class CVpnManagementUiServerContainer : public CCoeControl, public MCoeControlObserver, - public MEikListBoxObserver + public MEikListBoxObserver, + public MVpnApiWrapperCaller { /** * Policy Container needs to get access to CVpnManagementUiServerView's DoActivateL @@ -86,14 +87,14 @@ void DeleteServerL(TInt aIndex); /** - * Calls AcuAgent API's SynchroniseServerL + * Calls Agile provision web service to Synchronise mVPN configuration */ - void SynchroniseServerL(TInt aIndex); + void SynchroniseServerL(); - // from MAcuApiWrapperCaller - void NotifyUpdatePolicyCompleteL(TInt aResult); + // from vpnapiwrapper + void NotifySynchroniseServerCompleteL(TInt aResult); - void NotifyStepChangedL(TInt aResult); + void HandleListBoxEventL (CEikListBox *aListBox, TListBoxEvent aEventType); @@ -122,7 +123,7 @@ /** * If ETrue, Show Waitnote. */ - TBool iShowWaitNote; + private: // functions