[reSIProcate] How to print Sip Message in ACE Platform
david Butcher
davidlbutcher at gmail.com
Fri May 26 09:09:21 CDT 2006
Any thing you can cout you can capture to a Data with
Data::from(thing).
Data::from(thing).c_str() yields a null terminated C style string,
suitable for printf.
david
On 5/26/06, parimala.gopalakrishna at wipro.com
<parimala.gopalakrishna at wipro.com> wrote:
>
>
> Hi,
>
> I want to print a SipMessage in ACE Platform which is similar to "C printf".
> Printing using cout is working.
> But I have to print using ACE prints.
>
> Please help.
>
> Regards,
> Parimala
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel at list.sipfoundry.org
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
>
>
More information about the resiprocate-devel
mailing list