textinput/peninputarc/src/peninputanim/peninputanim.cpp
branchRCL_3
changeset 12 5e18d8c489d6
parent 7 6defe5d1bd39
child 16 857bebeecec0
equal deleted inserted replaced
11:c8fb4cf7b3ae 12:5e18d8c489d6
    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 // ---------------------------------------------------------------------------