alwayson_net_plugin/pdpcontextmanager2/src/caotimer.cpp
changeset 47 cb7afde124a3
parent 3 f7816ffc66ed
child 58 83ca720e2b9a
equal deleted inserted replaced
46:95d45f234cf3 47:cb7afde124a3
   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 )
   232     {
   237     {
   233     LOG_1( _L("CAOTimer::CAOTimer") );
   238     LOG_1( _L("CAOTimer::CAOTimer") );
   234     }
   239     }
   235 
   240 
   236 // ---------------------------------------------------------------------------
   241 // ---------------------------------------------------------------------------