equal
deleted
inserted
replaced
42 |
42 |
43 #include <avkondomainpskeys.h> |
43 #include <avkondomainpskeys.h> |
44 //CONSTANT |
44 //CONSTANT |
45 const TInt KMsgSlot1 = 1; //msg slot 2 in IPC |
45 const TInt KMsgSlot1 = 1; //msg slot 2 in IPC |
46 const TInt KMsgSlot2 = 2; //msg slot 2 in IPC |
46 const TInt KMsgSlot2 = 2; //msg slot 2 in IPC |
47 const TInt KFlushTimerPeriod = 1000; //1/1000 second |
47 const TInt KFlushTimerPeriod = 1000 * 10; //1/100 second |
48 const TInt KResponseQueueWaitTime = 100000; //1/10 second |
48 const TInt KResponseQueueWaitTime = 100000; //1/10 second |
49 |
49 |
50 // ======== GLOBAL FUNCTIONS ======== |
50 // ======== GLOBAL FUNCTIONS ======== |
51 |
51 |
52 // --------------------------------------------------------------------------- |
52 // --------------------------------------------------------------------------- |