coreapplicationuis/Rfs/src/rfscontimer.cpp
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
child 82 4610cd70c542
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
    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>
       
    20 
    19 
    21 #include "rfscontimer.h"
    20 #include "rfsConTimer.h"
    22 #include "RfsTraces.h"
    21 #include "RfsTraces.h"
    23 
    22 
    24 const TInt KRfsConnectionTimeOut = 60000000;
    23 const TInt KRfsConnectionTimeOut = 60000000;
    25 
    24 
    26 CRfsConTimer :: CRfsConTimer(CRfsConnectionObserver * aRfsConnectionObserver):CActive( EPriorityStandard )
    25 CRfsConTimer :: CRfsConTimer(CRfsConnectionObserver * aRfsConnectionObserver):CActive( EPriorityStandard )