branch | RCL_3 |
changeset 20 | be41ab7b952f |
parent 16 | 6134b5029079 |
child 26 | 65a3ef1d5bd0 |
18:876a3df1f464 | 20:be41ab7b952f |
---|---|
269 /** |
269 /** |
270 * Flag for telling if service is deleted. |
270 * Flag for telling if service is deleted. |
271 */ |
271 */ |
272 TBool iDeleted; |
272 TBool iDeleted; |
273 |
273 |
274 /** |
|
275 * Flag for telling if SNAP list is open. |
|
276 */ |
|
277 TBool iSnapListOpen; |
|
278 |
|
274 #ifdef _DEBUG |
279 #ifdef _DEBUG |
275 friend class UT_cscsettingsui; |
280 friend class UT_cscsettingsui; |
276 #endif |
281 #endif |
277 |
282 |
278 }; |
283 }; |