coreapplicationuis/Rfs/src/rfscontimer.cpp
branchRCL_3
changeset 19 924385140d98
parent 18 0818dd463d41
child 20 c2c61fdca848
equal deleted inserted replaced
18:0818dd463d41 19:924385140d98
    14 * Description: 
    14 * Description: 
    15 *		Implements CRFsScript class which controls the parsing of the Rfs scripts
    15 *		Implements CRFsScript class which controls the parsing of the Rfs scripts
    16 *
    16 *
    17 */
    17 */
    18 
    18 
       
    19 #include <e32debug.h>
    19 
    20 
    20 #include "rfsConTimer.h"
    21 #include "rfscontimer.h"
    21 #include "RfsTraces.h"
    22 #include "RfsTraces.h"
    22 
    23 
    23 const TInt KRfsConnectionTimeOut = 60000000;
    24 const TInt KRfsConnectionTimeOut = 60000000;
    24 
    25 
    25 CRfsConTimer :: CRfsConTimer(CRfsConnectionObserver * aRfsConnectionObserver):CActive( EPriorityStandard )
    26 CRfsConTimer :: CRfsConTimer(CRfsConnectionObserver * aRfsConnectionObserver):CActive( EPriorityStandard )