Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-3 Function macros in service header should have one more paranthesis
  3. AXIS2C-5

axis2_svc_grp.h has the same paranthesis problem in function macros

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • M0.3
    • None
    • core/description
    • None

    Description

      #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))

      Attachments

        Activity

          People

            damitha Damitha N.M. Kumarage
            samisa Don Samisa Abeysinghe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: