Preliminary patch attached. This adds support for class methods, including method parameters and qualifiers. The program "TEST/test_gc" is expanded to show the results. TODO:
- Handle parameter references (currently they are parsed but not handled in the parameter modeling)
- Handle qualifier value arrays (currently handles only values, not value arrays)
- Add new error condition: CMPI_RC_ERR_NO_SUCH_METHOD
- Expand (and relocate?) utility function type2Chars()
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Patch for final review. Adds support for class methods, including method parameters and qualifiers. Support for parameter references, qualifier value arrays, deferred as future TODO.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Preliminary patch attached. This adds support for class methods, including method parameters and qualifiers. The program "TEST/test_gc" is expanded to show the results. TODO:
- Handle parameter references (currently they are parsed but not handled in the parameter modeling)
- Handle qualifier value arrays (currently handles only values, not value arrays)
- Add new error condition: CMPI_RC_ERR_NO_SUCH_METHOD
- Expand (and relocate?) utility function type2Chars()
preliminary patch for SFCC 2.2.4
Patch for final review. Adds support for class methods, including method parameters and qualifiers. Support for parameter references, qualifier value arrays, deferred as future TODO.
preliminary patch for SFCC 2.2.4
Pushed to git master
checkin patch for git