Changes between Version 25 and Version 26 of FDORfc17
- Timestamp:
- 04/28/08 09:52:47 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc17
v25 v26 39 39 40 40 {{{ 41 public __gc class OSGeo::FDO::Utilities::ExpressionEngine::ExpressionEngine : public OSGeo::Runtime::Disposable 41 public __gc class OSGeo::FDO::Utilities::ExpressionEngine::ExpressionEngine : 42 public OSGeo::Runtime::Disposable 42 43 { 43 44 public: … … 517 518 /// This class defines the base interface from which all Aggregate Function classes derive. 518 519 /// 519 public __gc class OSGeo::FDO::Utilities::ExpressionEngine::IAggregateFunction : public OSGeo::FDO::Utilities::ExpressionEngine::IFunction 520 public __gc class OSGeo::FDO::Utilities::ExpressionEngine::IAggregateFunction : 521 public OSGeo::FDO::Utilities::ExpressionEngine::IFunction 520 522 { 521 523 public: