equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef WATCHDOGCOMMON_H |
|
20 #define WATCHDOGCOMMON_H |
|
21 |
|
22 // INCLUDE FILES |
|
23 #include <e32base.h> |
|
24 |
|
25 #define MONITORING_DELAY 60000000 // Nano seconds to delay the monitored object |
|
26 |
|
27 // CONSTANTS |
|
28 _LIT(KHarvesterServer,"CPixHarvesterServer"); |
|
29 _LIT(KSearchServer,"CPixSearchServer"); |
|
30 _LIT( KSearchServerSemaphoreName, "CPixSearchServerSemaphore" ); |
|
31 _LIT( KHarvesterServerSemaphoreName, "CPixHarvesterServerSemaphore" ); |
|
32 |
|
33 const TUid KHServerUid3 = { 0x2001F6FB }; |
|
34 const TUid KSServerUid3 = { 0x2001F6F7 }; |
|
35 |
|
36 // DATA TYPES |
|
37 |
|
38 |
|
39 #endif // WATCHDOGCOMMON_H |
|
40 // End of file |