< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
Robert Mansfield wrote:
Thanx rob - I think the HeaderFieldValue which I can get would also give it to me?John, I would use Data::from(*sdp).c_str() to get a const char*. Rob.
Would this work as well? char* sdpstr = sdp->getHeaderField().mField;It seems to - BOY! It took me 30 hours to figure this out.
John