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 "Nandika Jayawardana (JIRA)" <ji...@apache.org> on 2008/06/03 08:04:45 UTC

[jira] Assigned: (AXIS2C-1136) Wrong parameter type doc commented for the function axis2_op_ctx_get_msg_ctx()

     [ https://issues.apache.org/jira/browse/AXIS2C-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandika Jayawardana reassigned AXIS2C-1136:
-------------------------------------------

    Assignee: Nandika Jayawardana

> Wrong parameter type doc commented for the function axis2_op_ctx_get_msg_ctx()
> ------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1136
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1136
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Damitha Kumarage
>            Assignee: Nandika Jayawardana
>
> For the third parameter it is documented as message ID string which is wrong. It should be corrected as message label of type axis2_wsdl_msg_labels_t.
>     /**
>      * Gets message context with the given message ID.
>      * @param op_ctx pointer to operation context
>      * @param env pointer to environment struct
>      * @param message_id message ID string
>      * @return pointer to message context with given ID
>      */
>     AXIS2_EXTERN axis2_msg_ctx_t *AXIS2_CALL
>     axis2_op_ctx_get_msg_ctx(
>         const axis2_op_ctx_t * op_ctx,
>         const axutil_env_t * env,
>         const axis2_wsdl_msg_labels_t message_id);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org