voipplugins/accountcreationplugin/engine/src/acphttphandler.cpp
branchRCL_3
changeset 9 bddb6d4447db
parent 0 a4daefaec16c
child 20 65a3ef1d5bd0
equal deleted inserted replaced
8:7117cbf1600a 9:bddb6d4447db
   271     User::LeaveIfError( iConnection.Open( iSocketServer ) );
   271     User::LeaveIfError( iConnection.Open( iSocketServer ) );
   272     
   272     
   273     TCommDbConnPref pref;
   273     TCommDbConnPref pref;
   274     pref.SetDirection( ECommDbConnectionDirectionOutgoing );
   274     pref.SetDirection( ECommDbConnectionDirectionOutgoing );
   275     pref.SetBearerSet( KCommDbBearerLAN | KCommDbBearerCSD |
   275     pref.SetBearerSet( KCommDbBearerLAN | KCommDbBearerCSD |
   276         KCommDbBearerWcdma );
   276         KCommDbBearerWcdma | KCommDbBearerWLAN );
   277     
   277     
   278     // Show connection prompt only once.
   278     // Show connection prompt only once.
   279     if ( !iPromptShown )
   279     if ( !iPromptShown )
   280         {
   280         {
   281         ACPLOG( " - show connection prompt" );
   281         ACPLOG( " - show connection prompt" );