localconnectivityservice/dun/utils/src/DunSignalNotify.cpp
branchRCL_3
changeset 44 7a45d2ea2f56
parent 40 52a167391590
equal deleted inserted replaced
41:fb2c519f85e0 44:7a45d2ea2f56
   163         }
   163         }
   164     else
   164     else
   165         {
   165         {
   166         FTRACE(FPrint( _L("CDunSignalNotify::IssueRequest() start waiting for change..." ) ));
   166         FTRACE(FPrint( _L("CDunSignalNotify::IssueRequest() start waiting for change..." ) ));
   167         iStatus = KRequestPending;
   167         iStatus = KRequestPending;
       
   168         iSignalNotifyState = EDunStateSignalNotify;
   168         iNetwork->NotifySignalChange( iStatus, iSignals, iListenSignals );
   169         iNetwork->NotifySignalChange( iStatus, iSignals, iListenSignals );
   169         SetActive();
   170         SetActive();
   170         iSignalNotifyState = EDunStateSignalNotify;
       
   171         }
   171         }
   172     FTRACE(FPrint( _L("CDunSignalNotify::IssueRequest() complete" )));
   172     FTRACE(FPrint( _L("CDunSignalNotify::IssueRequest() complete" )));
   173     return KErrNone;
   173     return KErrNone;
   174     }
   174     }
   175 
   175 
   380 // Gets called on cancel
   380 // Gets called on cancel
   381 // ---------------------------------------------------------------------------
   381 // ---------------------------------------------------------------------------
   382 //
   382 //
   383 void CDunSignalNotify::DoCancel()
   383 void CDunSignalNotify::DoCancel()
   384     {
   384     {
   385     }
   385     FTRACE(FPrint( _L("CDunSignalNotify::DoCancel()" ) ));
       
   386     FTRACE(FPrint( _L("CDunSignalNotify::DoCancel() complete" ) ));
       
   387     }