Changes between Version 27 and Version 28 of FDORfc17


Ignore:
Timestamp:
Apr 28, 2008, 10:03:45 AM (16 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc17

    v27 v28  
    557557    public OSGeo::FDO::Utilities::ExpressionEngine::IAggregateFunction
    558558{
     559public:
     560    /// \brief
     561    /// Constructs a new empty object definition.
     562    ///
     563    FunctionAvg ();
    559564}
    560565
     
    565570    public OSGeo::FDO::Utilities::ExpressionEngine::IAggregateFunction
    566571{
     572public:
     573    /// \brief
     574    /// Constructs a new empty object definition.
     575    ///
     576    FunctionCount ();
    567577}
    568578
     
    581591    public OSGeo::FDO::Utilities::ExpressionEngine::INonAggregateFunction
    582592{
     593public:
     594    /// \brief
     595    /// Constructs a new empty object definition.
     596    ///
     597    FunctionNullValue ();
    583598}
    584599
     
    589604    public OSGeo::FDO::Utilities::ExpressionEngine::INonAggregateFunction
    590605{
     606public:
     607    /// \brief
     608    /// Constructs a new empty object definition.
     609    ///
     610    FunctionToDate ();
    591611}
    592612