Changes between Version 12 and Version 13 of FDORfc22
- Timestamp:
- 09/10/09 06:53:02 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc22
v12 v13 99 99 100 100 == CORRECTION == 101 FdoConcatFunction class doesn't extend FdoFunctionDefinition class. Therefore the new method FdoFunctionDefinition::SupportsVariableArgumentsList() is not virtual and the FdoFunctionDefinition constructors need to take an extra parameter instead. 102 103 Therefore the correct changes are: 101 An adjustment to the proposed design needs to be made: FdoConcatFunction class doesn't extend FdoFunctionDefinition class. As a consequence the new method FdoFunctionDefinition::SupportsVariableArgumentsList() is not virtual and the FdoFunctionDefinition constructors need to take an extra parameter instead, as: 104 102 105 103 FdoFunctionDefinition.h