equal
deleted
inserted
replaced
79 /** Gets ContentSubType field of the SIP header. **/ |
79 /** Gets ContentSubType field of the SIP header. **/ |
80 inline const TPtrC8 GetContentSubType() const; |
80 inline const TPtrC8 GetContentSubType() const; |
81 /** Gets Content field of the SIP header. **/ |
81 /** Gets Content field of the SIP header. **/ |
82 inline const TPtrC8 GetContent() const; |
82 inline const TPtrC8 GetContent() const; |
83 |
83 |
84 /** Setters for SIP header. |
84 /** Setters for SIP header. */ |
85 /** Sets Request URI field of the SIP header. **/ |
85 /** Sets Request URI field of the SIP header. **/ |
86 inline void SetRequestUriL(const TPtrC8 & aReqUri); |
86 inline void SetRequestUriL(const TPtrC8 & aReqUri); |
87 /** Sets From field of the SIP header. **/ |
87 /** Sets From field of the SIP header. **/ |
88 inline void SetFromL(const TPtrC8 & aFrom); |
88 inline void SetFromL(const TPtrC8 & aFrom); |
89 /** Sets To field of the SIP header. **/ |
89 /** Sets To field of the SIP header. **/ |