[reSIProcate] How do I obtain textual representation of an "s dp" record.

John Draper lists at webcrunchers.com
Wed Mar 22 22:22:31 CST 2006


Robert Mansfield wrote:

>John,
>
>I would use Data::from(*sdp).c_str() to get a const char*.
>
>Rob.
>  
>
Thanx rob - I think the HeaderFieldValue which I can get would also give 
it to me?
Would this work as well?

char* sdpstr = sdp->getHeaderField().mField;

It seems to - BOY!  It took me 30 hours to figure this out. 

John



More information about the resiprocate-devel mailing list