wlanutilities/wlansniffer/aiplugin/src/wsfactivewrappers.cpp
branchRCL_3
changeset 44 a9524956f6b5
parent 18 981afc7d3841
equal deleted inserted replaced
35:aaabc7526ded 44:a9524956f6b5
   115 
   115 
   116 // ----------------------------------------------------------------------------
   116 // ----------------------------------------------------------------------------
   117 // CWsfActiveWrappers::Connect
   117 // CWsfActiveWrappers::Connect
   118 // ----------------------------------------------------------------------------
   118 // ----------------------------------------------------------------------------
   119 //
   119 //
   120 void CWsfActiveWrappers::Connect( TUint aIapID, TWsfIapPersistence aPersistence )
   120 void CWsfActiveWrappers::Connect( TUint aIapID, TBool aConnectOnly, 
       
   121                                   TWsfIapPersistence aPersistence )
   121     {
   122     {
   122     LOG_ENTERFN( "CWsfActiveWrappers::Connect" );
   123     LOG_ENTERFN( "CWsfActiveWrappers::Connect" );
   123     iConnectActiveWrapper->Start( aIapID, aPersistence );
   124     iConnectActiveWrapper->Start( aIapID, aConnectOnly, aPersistence );
   124     }
   125     }
   125 
   126 
   126 
   127 
   127 // ----------------------------------------------------------------------------
   128 // ----------------------------------------------------------------------------
   128 // CWsfActiveWrappers::RefreshScan
   129 // CWsfActiveWrappers::RefreshScan