[ http://issues.apache.org/jira/browse/AXISCPP-1003?page=comments#action_12443725 ] nadir amra commented on AXISCPP-1003: -------------------------------------
I guess I have chosen the solution to be: [type]_ENUM_[#] For example, static const FooType FooType_ENUM_1 = "foo bar"; Fix should be put to SVN tomorrow, unless there are any objections. > Enumeration with spaces in values generates invalid hpp file > ------------------------------------------------------------ > > Key: AXISCPP-1003 > URL: http://issues.apache.org/jira/browse/AXISCPP-1003 > Project: Axis-C++ > Issue Type: Bug > Affects Versions: 1.6 Beta > Environment: Axis-CPP: axis-c-1.6b-Win32-trace-bin > Compiler: gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) > Reporter: Michael Koch > Assigned To: nadir amra > Attachments: testcase2.wsdl > > > When I set an enumeration value which contains spaces on a type, the hpp file > for the type does not compile. The space in the enumeration value seems to > translate to an incorrect static const generation. I'll attach a test case. -- 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]
