equal
deleted
inserted
replaced
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" |
27 |
28 |
28 // CONSTANTS |
29 // CONSTANTS |
29 /** |
30 /** |
30 * Specifies the type of the waitnote text. |
31 * Specifies the type of the waitnote text. |
31 */ |
32 */ |
201 |
202 |
202 TInt iCurrentPolicyIndex; |
203 TInt iCurrentPolicyIndex; |
203 TInt iCurrentServerIndex; |
204 TInt iCurrentServerIndex; |
204 TBool iPolicyUpdate; |
205 TBool iPolicyUpdate; |
205 TBuf<KMaxUiSelectionNameLength> iSelectionName; |
206 TBuf<KMaxUiSelectionNameLength> iSelectionName; |
|
207 |
|
208 TBool iShowWaitNote; |
|
209 RVpnExtApi iVpnExtApi; |
206 |
210 |
207 private: // data |
211 private: // data |
208 |
212 |
209 /** |
213 /** |
210 * Used to wrap asynchronous calls |
214 * Used to wrap asynchronous calls |
268 |
272 |
269 TVwsViewId iGsViewId; // the view id of the view which launched us |
273 TVwsViewId iGsViewId; // the view id of the view which launched us |
270 TBool iKeepOpen; |
274 TBool iKeepOpen; |
271 TBool iPolicyViewVisited; |
275 TBool iPolicyViewVisited; |
272 TBool iLogViewVisited; |
276 TBool iLogViewVisited; |
|
277 TBool iServerViewVisited; |
|
278 TBool iServerSettingsViewVisited; |
|
279 |
273 }; |
280 }; |
274 |
281 |
275 #endif // __VPNUILOADER_H__ |
282 #endif // __VPNUILOADER_H__ |
276 |
283 |
277 // End of File |
284 // End of File |