equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
292 */ |
292 */ |
293 const TUint32 KAknKeyboardSlideClose = 0x00000016; |
293 const TUint32 KAknKeyboardSlideClose = 0x00000016; |
294 |
294 |
295 const TUint32 KAknKeyboardSlideOpen = 0x00000017; |
295 const TUint32 KAknKeyboardSlideOpen = 0x00000017; |
296 |
296 |
|
297 /** |
|
298 * The operator's service call phone number. Could vary by operator. |
|
299 */ |
|
300 const TUint32 KAknServiceCallNumber = 0x00000018; |
|
301 |
297 const TUid KCRUidLeaveAppsInMemory = { 0x102858F2 }; |
302 const TUid KCRUidLeaveAppsInMemory = { 0x102858F2 }; |
298 |
303 |
299 /** |
304 /** |
300 * Key range for the LeaveAppsInMemory apps list. |
305 * Key range for the LeaveAppsInMemory apps list. |
301 * To be used with KLeaveAppsInMemoryAppListKeyMask, meaning that listed |
306 * To be used with KLeaveAppsInMemoryAppListKeyMask, meaning that listed |