wlanutilities/wlansniffer/aiplugin/src/wsfactivewrappers.cpp
branchRCL_3
changeset 20 a9524956f6b5
parent 12 981afc7d3841
equal deleted inserted replaced
18:aaabc7526ded 20: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