Changes between Version 12 and Version 13 of FDORfc22


Ignore:
Timestamp:
Sep 10, 2009, 6:53:02 AM (15 years ago)
Author:
danstoica
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc22

    v12 v13  
    9999
    100100== 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:
     101An 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:
    104102
    105103FdoFunctionDefinition.h