Changes between Version 25 and Version 26 of FDORfc17


Ignore:
Timestamp:
Apr 28, 2008, 9:52:47 AM (16 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc17

    v25 v26  
    3939
    4040{{{
    41 public __gc class OSGeo::FDO::Utilities::ExpressionEngine::ExpressionEngine : public OSGeo::Runtime::Disposable
     41public __gc class OSGeo::FDO::Utilities::ExpressionEngine::ExpressionEngine :
     42    public OSGeo::Runtime::Disposable
    4243{
    4344public:
     
    517518/// This class defines the base interface from which all Aggregate Function classes derive.
    518519///
    519 public __gc class OSGeo::FDO::Utilities::ExpressionEngine::IAggregateFunction : public OSGeo::FDO::Utilities::ExpressionEngine::IFunction
     520public __gc class OSGeo::FDO::Utilities::ExpressionEngine::IAggregateFunction :
     521    public OSGeo::FDO::Utilities::ExpressionEngine::IFunction
    520522{
    521523public: