diff -r 29c8f9bc68e1 -r 5960d2d03390 vpnui/vpnmanagementui/inc/vpnmanagementuiservercontainer.h --- a/vpnui/vpnmanagementui/inc/vpnmanagementuiservercontainer.h Wed Sep 15 13:20:54 2010 +0300 +++ b/vpnui/vpnmanagementui/inc/vpnmanagementuiservercontainer.h Wed Oct 13 15:42:16 2010 +0300 @@ -33,8 +33,7 @@ */ class CVpnManagementUiServerContainer : public CCoeControl, public MCoeControlObserver, - public MEikListBoxObserver, - public MVpnApiWrapperCaller + public MEikListBoxObserver { /** * Policy Container needs to get access to CVpnManagementUiServerView's DoActivateL @@ -87,14 +86,14 @@ void DeleteServerL(TInt aIndex); /** - * Calls Agile provision web service to Synchronise mVPN configuration + * Calls AcuAgent API's SynchroniseServerL */ - void SynchroniseServerL(); + void SynchroniseServerL(TInt aIndex); - // from vpnapiwrapper - + // from MAcuApiWrapperCaller + void NotifyUpdatePolicyCompleteL(TInt aResult); void NotifySynchroniseServerCompleteL(TInt aResult); - + void NotifyStepChangedL(TInt aResult); void HandleListBoxEventL (CEikListBox *aListBox, TListBoxEvent aEventType); @@ -123,7 +122,7 @@ /** * If ETrue, Show Waitnote. */ - + TBool iShowWaitNote; private: // functions