bearermanagement/mpm/src/mpmserversession.cpp
branchRCL_3
changeset 19 22c3c67e5001
parent 17 c14618f9de99
child 36 04408506c6e0
equal deleted inserted replaced
17:c14618f9de99 19:22c3c67e5001
  2338             error = KErrArgument;
  2338             error = KErrArgument;
  2339             }
  2339             }
  2340         }
  2340         }
  2341 
  2341 
  2342     ResolveConnType( aMpmConnPref );
  2342     ResolveConnType( aMpmConnPref );
       
  2343 
       
  2344     MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \
       
  2345 BearerSet = %d", aMpmConnPref.BearerSet());
       
  2346     
       
  2347     MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \
       
  2348 ConnSelectionDialog = %d", aMpmConnPref.ConnSelectionDialog());
       
  2349     
       
  2350     MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \
       
  2351 ConnType = %d", aMpmConnPref.ConnType());
       
  2352     
       
  2353     MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \
       
  2354 DisconnectDialog = %d", aMpmConnPref.DisconnectDialog());
       
  2355     
       
  2356     MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \
       
  2357 ForcedRoaming = %d", aMpmConnPref.ForcedRoaming() );
       
  2358     
       
  2359     MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \
       
  2360 IapId = %d", aMpmConnPref.IapId());
       
  2361     
       
  2362     MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \
       
  2363 MandateIap = %d", aMpmConnPref.MandateIap());
       
  2364     
       
  2365     MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \
       
  2366 NetId = %d", aMpmConnPref.NetId());
       
  2367     
       
  2368     MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \
       
  2369 NoteBehaviour = %d", aMpmConnPref.NoteBehaviour());
       
  2370     
       
  2371     MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \
       
  2372 SnapId = %d", aMpmConnPref.SnapId());
       
  2373     
       
  2374     MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \
       
  2375 SnapPurpose = %d", aMpmConnPref.SnapPurpose());
  2343 
  2376 
  2344     MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \
  2377     MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \
  2345 Error code in the end: %d", error )
  2378 Error code in the end: %d", error )
  2346     return error;
  2379     return error;
  2347     }
  2380     }