bearermanagement/mpm/src/mpmserversession.cpp
branchRCL_3
changeset 12 ea6e024ea6f9
parent 8 2e6c4614c58e
child 15 4dc3bb0099b0
equal deleted inserted replaced
8:2e6c4614c58e 12:ea6e024ea6f9
   442     // Store the Uid of the application to the member variable so 
   442     // Store the Uid of the application to the member variable so 
   443     // that it can be used to avoid DisconnectDialog popping up when 
   443     // that it can be used to avoid DisconnectDialog popping up when 
   444     // AlwaysOnline connection is being established.
   444     // AlwaysOnline connection is being established.
   445     // 
   445     // 
   446     iAppUid = aMessage.Int2();
   446     iAppUid = aMessage.Int2();
       
   447 
       
   448     MPMLOGSTRING2( "CMPMServerSession::HandleServerChooseIapL: \
       
   449 Client UID = 0x%x", iAppUid )
   447 
   450 
   448     if ( !iIapSelection )
   451     if ( !iIapSelection )
   449         {
   452         {
   450         iIapSelection = CMPMIapSelection::NewL( iMyServer.CommsDatAccess(),
   453         iIapSelection = CMPMIapSelection::NewL( iMyServer.CommsDatAccess(),
   451                                                 this ); 
   454                                                 this );