bearermanagement/S60MCPR/src/s60mcprstates.cpp
branchRCL_3
changeset 57 05bc53fe583b
parent 24 c45d4fe2ff0a
child 58 83ca720e2b9a
equal deleted inserted replaced
55:fc7b30ed2058 57:05bc53fe583b
   366         S60MCPRLOGSTRING2("S60MCPR<%x>::TAwaitingServiceIdRequest::Accept() ServiceId = %x", 
   366         S60MCPRLOGSTRING2("S60MCPR<%x>::TAwaitingServiceIdRequest::Accept() ServiceId = %x", 
   367             (TInt*)&iContext.Node(), node.PolicyPrefs().ServiceId())
   367             (TInt*)&iContext.Node(), node.PolicyPrefs().ServiceId())
   368 
   368 
   369         // Only EIntSetting is supported 
   369         // Only EIntSetting is supported 
   370         // 
   370         // 
   371         if ( ( TMCprGetConnectionSetting::TConnectionSettingType)msg->iSettingType == 
   371         if ( msg
   372                TMCprGetConnectionSetting::EIntSetting
   372              && msg->iSettingType == TMCprGetConnectionSetting::EIntSetting
   373                && node.PolicyPrefs().ServiceId() != 0 
   373              && node.PolicyPrefs().ServiceId() != 0 
   374                && field.Compare( KIapProxyServiceSetting ) == 0  )
   374              && field.Compare( KIapProxyServiceSetting ) == 0  )
   375             {
   375             {
   376             S60MCPRLOGSTRING1("S60MCPR<%x>::TAwaitingServiceIdRequest::Accept() TMCprGetConnectionSetting EIntSetting", 
   376             S60MCPRLOGSTRING1("S60MCPR<%x>::TAwaitingServiceIdRequest::Accept() TMCprGetConnectionSetting EIntSetting", 
   377                 (TInt*)&iContext.Node())
   377                 (TInt*)&iContext.Node())
   378             return ETrue;
   378             return ETrue;
   379             }
   379             }