alwayson_net_plugin/pdpcontextmanager2/src/caoconnectionmonitor.cpp
changeset 47 cb7afde124a3
parent 0 5a93021fdf25
child 58 83ca720e2b9a
equal deleted inserted replaced
46:95d45f234cf3 47:cb7afde124a3
    77     
    77     
    78 // ---------------------------------------------------------------------------
    78 // ---------------------------------------------------------------------------
    79 // Constructor
    79 // Constructor
    80 // ---------------------------------------------------------------------------
    80 // ---------------------------------------------------------------------------
    81 //
    81 //
    82 CAOConnectionMonitor::CAOConnectionMonitor()
    82 CAOConnectionMonitor::CAOConnectionMonitor():
       
    83     iConnectionMonitorImpl( NULL )
    83     {
    84     {
    84     LOG_1( _L("CAOConnectionMonitor::CAOConnectionMonitor") );
    85     LOG_1( _L("CAOConnectionMonitor::CAOConnectionMonitor") );
       
    86 
    85     }
    87     }
    86 
    88 
    87 // ---------------------------------------------------------------------------
    89 // ---------------------------------------------------------------------------
    88 // Symbian 2nd phase constructor
    90 // Symbian 2nd phase constructor
    89 // ---------------------------------------------------------------------------
    91 // ---------------------------------------------------------------------------