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:31:20 UTC

[jira] Assigned: (AXIS2C-5) axis2_svc_grp.h has the same paranthesis problem in function macros

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

damitha kumarage reassigned AXIS2C-5:
-------------------------------------

    Assign To: damitha kumarage

> axis2_svc_grp.h has the same paranthesis problem in function macros
> -------------------------------------------------------------------
>
>          Key: AXIS2C-5
>          URL: http://issues.apache.org/jira/browse/AXIS2C-5
>      Project: Axis2-C
>         Type: Sub-task
>   Components: core/description
>     Versions: M0.3
>     Reporter: Samisa Abeysinghe
>     Assignee: damitha kumarage
>     Priority: Trivial

>
> #define AXIS2_SVC_GRP_GET_MODULES(svc_grp, env) \
>         (svc_grp->ops->get_modules(svc_grp, env))
> should be
> #define AXIS2_SVC_GRP_GET_MODULES(svc_grp, env) \
>         ((svc_grp)->ops->get_modules(svc_grp, 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