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 "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2006/01/11 02:46:19 UTC

[jira] Created: (AXIS2C-4) Paranthesis are closed at the wrong place in the function macros of operation header

Paranthesis are closed at the wrong place in the function macros of operation header
------------------------------------------------------------------------------------

         Key: AXIS2C-4
         URL: http://issues.apache.org/jira/browse/AXIS2C-4
     Project: Axis2-C
        Type: Bug
  Components: core/description  
    Versions: M0.3    
    Reporter: Samisa Abeysinghe
    Priority: Trivial


e.g.

#define AXIS2_OP_GET_AXIS_SPECIFIC_MEP_CONST(op, env) \
                ((op->ops)->get_axis_specific_mep_const (op, env))

should be

#define AXIS2_OP_GET_AXIS_SPECIFIC_MEP_CONST(op, env) \
                ((op)->ops->get_axis_specific_mep_const (op, 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


[jira] Assigned: (AXIS2C-4) Paranthesis are closed at the wrong place in the function macros of operation header

Posted by "damitha kumarage (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-4?page=all ]

damitha kumarage reassigned AXIS2C-4:
-------------------------------------

    Assign To: damitha kumarage

> Paranthesis are closed at the wrong place in the function macros of operation header
> ------------------------------------------------------------------------------------
>
>          Key: AXIS2C-4
>          URL: http://issues.apache.org/jira/browse/AXIS2C-4
>      Project: Axis2-C
>         Type: Bug
>   Components: core/description
>     Versions: M0.3
>     Reporter: Samisa Abeysinghe
>     Assignee: damitha kumarage
>     Priority: Trivial

>
> e.g.
> #define AXIS2_OP_GET_AXIS_SPECIFIC_MEP_CONST(op, env) \
>                 ((op->ops)->get_axis_specific_mep_const (op, env))
> should be
> #define AXIS2_OP_GET_AXIS_SPECIFIC_MEP_CONST(op, env) \
>                 ((op)->ops->get_axis_specific_mep_const (op, 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


[jira] Closed: (AXIS2C-4) Paranthesis are closed at the wrong place in the function macros of operation header

Posted by "damitha kumarage (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-4?page=all ]
     
damitha kumarage closed AXIS2C-4:
---------------------------------


> Paranthesis are closed at the wrong place in the function macros of operation header
> ------------------------------------------------------------------------------------
>
>          Key: AXIS2C-4
>          URL: http://issues.apache.org/jira/browse/AXIS2C-4
>      Project: Axis2-C
>         Type: Bug
>   Components: core/description
>     Versions: M0.3
>     Reporter: Samisa Abeysinghe
>     Assignee: damitha kumarage
>     Priority: Trivial

>
> e.g.
> #define AXIS2_OP_GET_AXIS_SPECIFIC_MEP_CONST(op, env) \
>                 ((op->ops)->get_axis_specific_mep_const (op, env))
> should be
> #define AXIS2_OP_GET_AXIS_SPECIFIC_MEP_CONST(op, env) \
>                 ((op)->ops->get_axis_specific_mep_const (op, 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


[jira] Resolved: (AXIS2C-4) Paranthesis are closed at the wrong place in the function macros of operation header

Posted by "damitha kumarage (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-4?page=all ]
     
damitha kumarage resolved AXIS2C-4:
-----------------------------------

    Resolution: Fixed

> Paranthesis are closed at the wrong place in the function macros of operation header
> ------------------------------------------------------------------------------------
>
>          Key: AXIS2C-4
>          URL: http://issues.apache.org/jira/browse/AXIS2C-4
>      Project: Axis2-C
>         Type: Bug
>   Components: core/description
>     Versions: M0.3
>     Reporter: Samisa Abeysinghe
>     Assignee: damitha kumarage
>     Priority: Trivial

>
> e.g.
> #define AXIS2_OP_GET_AXIS_SPECIFIC_MEP_CONST(op, env) \
>                 ((op->ops)->get_axis_specific_mep_const (op, env))
> should be
> #define AXIS2_OP_GET_AXIS_SPECIFIC_MEP_CONST(op, env) \
>                 ((op)->ops->get_axis_specific_mep_const (op, 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