Changes between Version 6 and Version 7 of FDORfc2


Ignore:
Timestamp:
Apr 18, 2007, 12:34:52 PM (17 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc2

    v6 v7  
    139139                                          FdoDouble &max,
    140140                                          bool force,
    141                                           bool approx_ok );
     141                                          bool approx_ok ) = 0;
    142142
    143143    /// \brief
     
    163163    ///
    164164    FDO_API virtual void SetMinMaxValues( FdoDouble min,
    165                                           FdoDouble max );
     165                                          FdoDouble max ) = 0;
    166166...
    167167};