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