vpnui/vpnmanagementui/inc/vpnuiloader.h
branchRCL_3
changeset 49 5960d2d03390
parent 41 e06095241a65
equal deleted inserted replaced
46:29c8f9bc68e1 49:5960d2d03390
    22 #include <AknProgressDialog.h>
    22 #include <AknProgressDialog.h>
    23 #include <ConeResLoader.h>
    23 #include <ConeResLoader.h>
    24 #include "vpnapiwrapper.h"
    24 #include "vpnapiwrapper.h"
    25 #include "vpnmanagementuidefs.h"
    25 #include "vpnmanagementuidefs.h"
    26 #include "uirunner.h"
    26 #include "uirunner.h"
    27 #include "vpnextapi.h"
       
    28 
    27 
    29 // CONSTANTS
    28 // CONSTANTS
    30 /**
    29 /**
    31  * Specifies the type of the waitnote text.
    30  * Specifies the type of the waitnote text.
    32  */
    31  */
   202 
   201 
   203         TInt iCurrentPolicyIndex;
   202         TInt iCurrentPolicyIndex;
   204         TInt iCurrentServerIndex;
   203         TInt iCurrentServerIndex;
   205         TBool iPolicyUpdate;
   204         TBool iPolicyUpdate;
   206         TBuf<KMaxUiSelectionNameLength> iSelectionName;
   205         TBuf<KMaxUiSelectionNameLength> iSelectionName;
   207         
       
   208         TBool iShowWaitNote;
       
   209         RVpnExtApi iVpnExtApi;
       
   210     
   206     
   211     private: // data
   207     private: // data
   212         
   208         
   213         /**
   209         /**
   214         * Used to wrap asynchronous calls
   210         * Used to wrap asynchronous calls
   272 
   268 
   273         TVwsViewId iGsViewId; // the view id of the view which launched us
   269         TVwsViewId iGsViewId; // the view id of the view which launched us
   274         TBool iKeepOpen;
   270         TBool iKeepOpen;
   275         TBool iPolicyViewVisited;
   271         TBool iPolicyViewVisited;
   276         TBool iLogViewVisited;
   272         TBool iLogViewVisited;
   277         TBool iServerViewVisited;
       
   278         TBool iServerSettingsViewVisited;
       
   279        
       
   280    };
   273    };
   281 
   274 
   282 #endif // __VPNUILOADER_H__
   275 #endif // __VPNUILOADER_H__
   283 
   276 
   284 // End of File
   277 // End of File