sipplugins/sippsipadapter/inc/CWPSIPItem.h
branchRCL_3
changeset 41 f54bfd820e04
parent 0 307788aac0a8
child 56 2c7192069824
equal deleted inserted replaced
40:654ed625511d 41:f54bfd820e04
   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();
   491 
   494 
   492     private:
   495     private:
   493 
   496 
   494         void ConstructL();
   497         void ConstructL();
   495         CWPSIPItem();
   498         CWPSIPItem();
   684 
   687 
   685         /**
   688         /**
   686          * Signalling QoS value.
   689          * Signalling QoS value.
   687          */
   690          */
   688         TUint32 iSigQos;
   691         TUint32 iSigQos;
       
   692         
       
   693         TUint32 iBearerId;
   689 
   694 
   690     private:
   695     private:
   691         //friend class UT_CWPSIPItem; // For testing purposes.
   696         //friend class UT_CWPSIPItem; // For testing purposes.
   692         //friend class UT_CWPSIPAdapter; // For testing purposes.
   697         //friend class UT_CWPSIPAdapter; // For testing purposes.
   693 
   698