dbcreator/commsdatcreator/Src/cdccommsdatcreator.cpp
changeset 20 9c97ad6591ae
parent 0 5a93021fdf25
child 27 489cf6208544
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
   348     
   348     
   349     // Sets linger settings
   349     // Sets linger settings
   350     SetLingerSettingsL( iLingerSettings );
   350     SetLingerSettingsL( iLingerSettings );
   351 
   351 
   352     // Sets the default connection    
   352     // Sets the default connection    
   353     SetDefaultConnectionL( iDefCon );
   353 //    SetDefaultConnectionL( iDefCon );
   354 
   354     
   355     // Logs IAPs in UDEB mode
   355     // Logs IAPs in UDEB mode
   356     #ifdef _DEBUG
   356     #ifdef _DEBUG
   357     LogIapIdsL();
   357     LogIapIdsL();
   358     #endif
   358     #endif
   359 }
   359 }
   585 
   585 
   586 // ---------------------------------------------------------
   586 // ---------------------------------------------------------
   587 // CCdcCommsDatCreator::ProcessDNL
   587 // CCdcCommsDatCreator::ProcessDNL
   588 // ---------------------------------------------------------
   588 // ---------------------------------------------------------
   589 //
   589 //
   590 void CCdcCommsDatCreator::SetDefaultConnectionL( RPointerArray< HBufC >& aDefCon )
   590 /*void CCdcCommsDatCreator::SetDefaultConnectionL( RPointerArray< HBufC >& aDefCon )
   591     {
   591     {
   592     // Sets the default connection    
   592     // Sets the default connection    
   593     if( aDefCon.Count() > 0 )
   593     if( aDefCon.Count() > 0 )
   594         {
   594         {
   595         CLOG_WRITE_FORMAT( "SetDefaultConnectionL: %d\n", aDefCon.Count() )
   595         CLOG_WRITE_FORMAT( "SetDefaultConnectionL: %d\n", aDefCon.Count() )
   603                                                iDestNames,
   603                                                iDestNames,
   604                                                aDefCon );
   604                                                aDefCon );
   605         
   605         
   606         CleanupStack::PushL( glb );
   606         CleanupStack::PushL( glb );
   607         glb->SetDefaultConnectionL();
   607         glb->SetDefaultConnectionL();
   608                 
   608         
   609         CleanupStack::PopAndDestroy( glb );
   609         CleanupStack::PopAndDestroy( glb );
   610 
   610 
   611         CLOG_WRITE( "--------------------------------------\n" )
   611         CLOG_WRITE( "--------------------------------------\n" )
   612         }
   612         }
   613     }
   613     }*/
   614 
   614 
   615 // ---------------------------------------------------------
   615 // ---------------------------------------------------------
   616 // CCdcCommsDatCreator::SetUnderlyingIapL
   616 // CCdcCommsDatCreator::SetUnderlyingIapL
   617 // ---------------------------------------------------------
   617 // ---------------------------------------------------------
   618 //
   618 //