realtimenetprots/sipfw/ProfileAgent/Server/Src/SipProfileCacheItem.cpp
branchRCL_3
changeset 46 346e49b9ce14
parent 44 0dcb073356a5
child 49 0a1ad22c7bdc
equal deleted inserted replaced
44:0dcb073356a5 46:346e49b9ce14
  1414 TUint32 CSIPProfileCacheItem::BearerID()
  1414 TUint32 CSIPProfileCacheItem::BearerID()
  1415 {   TUint32 bearerId(0);
  1415 {   TUint32 bearerId(0);
  1416     LatestProfile().ExtensionParameter(KBearerType , bearerId);
  1416     LatestProfile().ExtensionParameter(KBearerType , bearerId);
  1417     return bearerId;
  1417     return bearerId;
  1418 }
  1418 }
       
  1419 
       
  1420 // -----------------------------------------------------------------------------
       
  1421 // CSIPProfileCacheItem::HasQueuedUpdate
       
  1422 // This function will return true if profile updated and not yet processed
       
  1423 // false otherwise 
       
  1424 // -----------------------------------------------------------------------------
       
  1425 //
       
  1426 TBool CSIPProfileCacheItem::HasQueuedUpdate() const
       
  1427     {
       
  1428     return (iQueuedProfile != NULL);
       
  1429     }