equal
deleted
inserted
replaced
94 /** |
94 /** |
95 * Handles Softkey and Options list commands |
95 * Handles Softkey and Options list commands |
96 */ |
96 */ |
97 void HandleCommandL(TInt aCommand); |
97 void HandleCommandL(TInt aCommand); |
98 |
98 |
99 |
99 // from MAcuApiWrapperCaller |
100 void NotifySynchroniseServerCompleteL(TInt aResult); |
100 void NotifyPolicyImportComplete(TInt aResult); |
|
101 |
101 public: |
102 public: |
102 |
103 |
103 /** |
104 /** |
104 * from CGSPluginInterface |
105 * from CGSPluginInterface |
105 */ |
106 */ |
227 |
228 |
228 private: // Data |
229 private: // Data |
229 |
230 |
230 TInt iCurrentItem; // currently selected listbox item |
231 TInt iCurrentItem; // currently selected listbox item |
231 TInt iTopItemIndex; // first item in the listbox |
232 TInt iTopItemIndex; // first item in the listbox |
232 |
|
233 HBufC* iCaption; // caption text |
|
234 }; |
233 }; |
235 |
234 |
236 #endif // __VPNMANAGEMENTUIVIEW_H__ |
235 #endif // __VPNMANAGEMENTUIVIEW_H__ |
237 |
236 |
238 // End of File |
237 // End of File |