Incorrect use of AXIS2_DECLARE_DATA
-----------------------------------

                 Key: AXIS2C-259
                 URL: http://issues.apache.org/jira/browse/AXIS2C-259
             Project: Axis2-C
          Issue Type: Bug
            Reporter: James Clark
            Priority: Minor


AXIS2_DECLARE_DATA is supposed to be used for declared exported data, eg

 AXIS2_DECLARE_DATA int foo;

but in fact it's being incorrectly used to declare types, eg

  AXIS2_DECLARE_DATA struct foo {
  ...
  };


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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to