equal
deleted
inserted
replaced
267 |
267 |
268 /** |
268 /** |
269 * Fetch the limit-values for code length |
269 * Fetch the limit-values for code length |
270 */ |
270 */ |
271 void FetchLimits( TInt& aMin, TInt& aMax ); |
271 void FetchLimits( TInt& aMin, TInt& aMax ); |
272 void InformAutolockTask(); |
272 /** |
|
273 * Inform the autolock to unlock the screen |
|
274 */ |
|
275 void InformAutolockTask(); |
273 TBool isFlagEnabled; |
276 TBool isFlagEnabled; |
274 }; |
277 }; |
275 |
278 |
276 #endif //SCPCLIENT_H |
279 #endif //SCPCLIENT_H |
277 |
280 |