diff -r 1f1fcd7e941c -r 8dde790cab74 cmmanager/cmmgr/cmmplugins/cmpluginpacketdata/inc/cmpluginpacketdata.h --- a/cmmanager/cmmgr/cmmplugins/cmpluginpacketdata/inc/cmpluginpacketdata.h Thu May 13 23:17:48 2010 +0300 +++ b/cmmanager/cmmgr/cmmplugins/cmpluginpacketdata/inc/cmpluginpacketdata.h Fri May 14 10:52:16 2010 +0300 @@ -396,8 +396,9 @@ * @param aServiceRecord Pointer to the service record where to save the * pdp type. */ - void SetPDPTypeL( RPacketContext::TProtocolType aPdpType, - CommsDat::CCDWCDMAPacketServiceRecord* aServiceRecord ); + void SetPDPTypeL( + RPacketContext::TProtocolType aPdpType, + CommsDat::CCDWCDMAPacketServiceRecord* aServiceRecord ); /** * Sets the daemon name for the Connection Method. @@ -407,8 +408,14 @@ * specific records of the Connection Method. */ void SetDaemonNameL( - RPointerArray& aGenRecordArray, - RPointerArray& aBearerSpecRecordArray ); + RPointerArray& aGenRecordArray, + RPointerArray& aBearerSpecRecordArray ); + + /** + * Returns the default priority value identified with the parameter. + * @param aAttribute Indentifies the default priority value requested. + */ + TUint32 GetDefPriorityL( const TUint32 aAttribute ) const; private: /** @@ -422,22 +429,27 @@ /** * Boolean to define if this is outgoing or incoming packetdata cm. */ - TBool iOutgoing; + TBool iOutgoing; /** - * Id of the bearer record of the iap. + * ID of the bearer record of the IAP. */ TUint32 iBearerRecordId; /** - * Name of the bearer record of the iap. + * Name of the bearer record of the IAP. */ - HBufC* iBearerRecordName; + HBufC* iBearerRecordName; /** - * pointer to the QoS record of the iap. + * Pointer to the QoS record of the IAP. */ CommsDat::CCDUmtsR99QoSAndOnTableRecord* iPacketDataQoSRecord; + + /** + * Bearer priority table ID. + */ + CommsDat::TMDBElementId iBearerPriorityTableId; }; #endif // PACKETDATA_PLUGIN_H