You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "damitha kumarage (JIRA)" <ji...@apache.org> on 2006/01/11 06:35:24 UTC

[jira] Assigned: (AXIS2C-3) Function macros in service header should have one more paranthesis

     [ http://issues.apache.org/jira/browse/AXIS2C-3?page=all ]

damitha kumarage reassigned AXIS2C-3:
-------------------------------------

    Assign To: damitha kumarage

> Function macros in service header should have one more paranthesis
> ------------------------------------------------------------------
>
>          Key: AXIS2C-3
>          URL: http://issues.apache.org/jira/browse/AXIS2C-3
>      Project: Axis2-C
>         Type: Bug
>   Components: core/description
>     Versions: M0.3
>     Reporter: Samisa Abeysinghe
>     Assignee: damitha kumarage
>     Priority: Trivial

>
> e.g. 
> #define AXIS2_SVC_GET_PARAMS(svc, env) (svc->ops->get_params(svc , env))
> should be 
> #define AXIS2_SVC_GET_PARAMS(svc, env) ((svc)->ops->get_params(svc , env))

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira