Sanjiva Weerawarana wrote:
On Wed, 2005-09-28 at 16:30 +0600, Samisa Abeysinghe wrote:
Could I propose that Guththila C implementation use some C friendly
coding convention?
Please see
https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/xdocs/developer_guide.html
for the conventions defined for Axis2/C so far.
(P.S. It is annoying to use C++ like API in a C code ;) )
+1 .. let's refactor it towards a truly C API ..
Refactoring towards a C API is done.
I used all lower case '_' seperated names with 'guththila' prefix
Please use these conventions when adding or improving Guththila code.
Thanks,
Samisa...
Sanjiva.