equal
deleted
inserted
replaced
86 * Handles listbox events |
86 * Handles listbox events |
87 */ |
87 */ |
88 void HandleListBoxEventL( |
88 void HandleListBoxEventL( |
89 CEikListBox* aListBox, TListBoxEvent aEventType); |
89 CEikListBox* aListBox, TListBoxEvent aEventType); |
90 |
90 |
91 void InstallPoliciesL(); |
|
92 |
|
93 void SynchroniseServerL(); |
|
94 |
|
95 void UpdatePolicyL(TVpnPolicyId aPolicyId); |
|
96 |
|
97 // from MAcuApiWrapperCaller |
|
98 void NotifyUpdatePolicyCompleteL(TInt aResult); |
|
99 void NotifySynchroniseServerCompleteL(TInt aResult); |
|
100 void NotifyStepChangedL(TInt aResult); |
|
101 |
91 |
102 |
92 |
103 public: // data |
93 public: // data |
104 |
94 |
105 /** |
95 /** |
124 TInt iListItemCount; |
114 TInt iListItemCount; |
125 |
115 |
126 /** |
116 /** |
127 * If ETrue, Show Waitnote. |
117 * If ETrue, Show Waitnote. |
128 */ |
118 */ |
129 TBool iShowWaitNote; |
119 |
130 |
120 |
131 private: // functions |
121 private: // functions |
132 |
122 |
133 /** |
123 /** |
134 * Default constructor |
124 * Default constructor |
180 * Gets list of policies from VpnAPI and displays them in listbox. |
170 * Gets list of policies from VpnAPI and displays them in listbox. |
181 * |
171 * |
182 */ |
172 */ |
183 void ShowPoliciesL(); |
173 void ShowPoliciesL(); |
184 |
174 |
185 void PoliciesListEmptyL(); |
175 |
186 |
176 |
187 |
177 |
188 |
178 |
189 #ifdef __SERIES60_HELP |
179 #ifdef __SERIES60_HELP |
190 /** |
180 /** |
192 * (other items were commented in a header). |
182 * (other items were commented in a header). |
193 */ |
183 */ |
194 void GetHelpContext(TCoeHelpContext& aContext) const; |
184 void GetHelpContext(TCoeHelpContext& aContext) const; |
195 #endif //__SERIES60_HELP |
185 #endif //__SERIES60_HELP |
196 |
186 |
197 protected: //data |
|
198 |
|
199 /** |
|
200 * If ETrue, ConstructL calls PoliciesListEmptyL() method. |
|
201 */ |
|
202 TBool iCallPoliciesListEmpty; |
|
203 |
187 |
204 private: //data |
188 private: //data |
205 |
189 |
206 }; |
190 }; |
207 |
191 |