Prefix fixed.
-------- Original Message --------
Subject: Changing free function pointer in ops structs to free_fn
Date: Tue, 19 Sep 2006 10:17:06 +0530
From: Nandika Jayawardana <[EMAIL PROTECTED]>
Reply-To: Apache AXIS C Developers List <[email protected]>
To: Apache AXIS C Developers List <[email protected]>
Hi All,
I have been developing a php exetension for axis2 , and when I use free
macros of axis2 , I get the following error when comiling under debug mode.
eg.
'_free_dbg' : is not a member of 'axis2_conf_ctx_ops'
e:\axis2\include\axis2_conf_ctx.h(58) : see declaration of
'axis2_conf_ctx_ops'
This problem can be solved if I change the free function pointer defined
in the ops structs to free_fn.
This change will not have any impact on the code as well.
I can volunteer to do this change if others aggree.
Thanks
Nandika
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]