RE: C++ wrapper for some API sections

2010-07-22 Thread Manjesh Nilange
o:mt...@apache.org] > Sent: Thursday, July 22, 2010 3:45 AM > To: dev@trafficserver.apache.org > Subject: Re: C++ wrapper for some API sections > > On 07/22/2010 12:09 AM, Manjesh Nilange wrote: > > The attachments are missing (even though my sent folder email says the > >

Re: C++ wrapper for some API sections

2010-07-22 Thread Mladen Turk
On 07/22/2010 12:09 AM, Manjesh Nilange wrote: The attachments are missing (even though my sent folder email says the attachments were part of it). I'm just going to copy-paste the two files in the email. Why don't create the JIRA issue (the usual way) and attach the code in there. I doubt any

RE: C++ wrapper for some API sections

2010-07-21 Thread Manjesh Nilange
The attachments are missing (even though my sent folder email says the attachments were part of it). I'm just going to copy-paste the two files in the email. Example code: void usingCxxApi(INKHttpTxn txnp) { HttpTransaction txn(txnp); HttpRequest client_req; if (!txn.getClientReq(