sipplugins/sippsipadapter/inc/CWPSIPItem.h
branchRCL_3
changeset 56 2c7192069824
parent 41 f54bfd820e04
equal deleted inserted replaced
49:0a1ad22c7bdc 56:2c7192069824
   486          *
   486          *
   487          * @since S60 3.2.
   487          * @since S60 3.2.
   488          * @param aSigQos Signalling QoS value.
   488          * @param aSigQos Signalling QoS value.
   489          */
   489          */
   490         void SetSigQos( TUint32 aSigQos );
   490         void SetSigQos( TUint32 aSigQos );
   491         
       
   492         void SetBearerID(TUint32 aBearerId);
       
   493         TUint32 GetBearerID();
       
   494 
   491 
   495     private:
   492     private:
   496 
   493 
   497         void ConstructL();
   494         void ConstructL();
   498         CWPSIPItem();
   495         CWPSIPItem();
   687 
   684 
   688         /**
   685         /**
   689          * Signalling QoS value.
   686          * Signalling QoS value.
   690          */
   687          */
   691         TUint32 iSigQos;
   688         TUint32 iSigQos;
   692         
       
   693         TUint32 iBearerId;
       
   694 
   689 
   695     private:
   690     private:
   696         //friend class UT_CWPSIPItem; // For testing purposes.
   691         //friend class UT_CWPSIPItem; // For testing purposes.
   697         //friend class UT_CWPSIPAdapter; // For testing purposes.
   692         //friend class UT_CWPSIPAdapter; // For testing purposes.
   698 
   693