--- a/vpnui/vpnmanagementui/inc/vpnmanagementuiview.h Wed Sep 15 13:20:54 2010 +0300
+++ b/vpnui/vpnmanagementui/inc/vpnmanagementuiview.h Wed Oct 13 15:42:16 2010 +0300
@@ -96,8 +96,9 @@
*/
void HandleCommandL(TInt aCommand);
+ // from MAcuApiWrapperCaller
+ void NotifyPolicyImportComplete(TInt aResult);
- void NotifySynchroniseServerCompleteL(TInt aResult);
public:
/**
@@ -229,8 +230,6 @@
TInt iCurrentItem; // currently selected listbox item
TInt iTopItemIndex; // first item in the listbox
-
- HBufC* iCaption; // caption text
};
#endif // __VPNMANAGEMENTUIVIEW_H__