vpnui/vpnmanagementui/inc/vpnmanagementuiservercontainer.h
branchRCL_3
changeset 22 9f4e37332ce5
parent 0 33413c0669b9
--- 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