[AXIS2] Suggestion for change in coding convention

2005-11-03 Thread nandika jayawardana
Hi all, For formating function signature , can we use the follwing formatting eg axis2_status_t AXIS2_CALL axis2_om_node_set_parent(axis2_om_node_t *om_node, axis2_env_t **env, axis2_om_node_t *parent); This will make the code look more consistent, pls comment in this .. regards ..

Re: [AXIS2] Suggestion for change in coding convention

2005-11-03 Thread Damitha Kumarage
nandika jayawardana wrote: Hi all, For formating function signature , can we use the follwing formatting eg axis2_status_t AXIS2_CALL axis2_om_node_set_parent(axis2_om_node_t *om_node, axis2_env_t **env,

Re: [AXIS2] Suggestion for change in coding convention

2005-11-03 Thread Samisa Abeysinghe
Damitha Kumarage wrote: nandika jayawardana wrote: Hi all, For formating function signature , can we use the follwing formatting eg axis2_status_t AXIS2_CALL axis2_om_node_set_parent(axis2_om_node_t *om_node, axis2_env_t **env,