alwayson_net_plugin/pdpcontextmanager2/src/caotimer.cpp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
   226 // CAOTimer::CAOTimer
   226 // CAOTimer::CAOTimer
   227 // ---------------------------------------------------------------------------
   227 // ---------------------------------------------------------------------------
   228 //
   228 //
   229 CAOTimer::CAOTimer( MAOTimerObserver& aObserver, MAOSettings& aSettings ):
   229 CAOTimer::CAOTimer( MAOTimerObserver& aObserver, MAOSettings& aSettings ):
   230     iObserver( aObserver ),
   230     iObserver( aObserver ),
   231     iSettings( aSettings ),
   231     iSettings( aSettings )
   232     iRetryTimer( NULL ),
       
   233     iRetryTimerCount( 0 ),
       
   234     iCurrentRetryTimerInterval( 0 ), 
       
   235     iConnectionTimer( NULL ),
       
   236     iUnconnectTimer( NULL )
       
   237     {
   232     {
   238     LOG_1( _L("CAOTimer::CAOTimer") );
   233     LOG_1( _L("CAOTimer::CAOTimer") );
   239     }
   234     }
   240 
   235 
   241 // ---------------------------------------------------------------------------
   236 // ---------------------------------------------------------------------------