Changes between Version 27 and Version 28 of FDORfc17
- Timestamp:
- 04/28/08 10:03:45 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc17
v27 v28 557 557 public OSGeo::FDO::Utilities::ExpressionEngine::IAggregateFunction 558 558 { 559 public: 560 /// \brief 561 /// Constructs a new empty object definition. 562 /// 563 FunctionAvg (); 559 564 } 560 565 … … 565 570 public OSGeo::FDO::Utilities::ExpressionEngine::IAggregateFunction 566 571 { 572 public: 573 /// \brief 574 /// Constructs a new empty object definition. 575 /// 576 FunctionCount (); 567 577 } 568 578 … … 581 591 public OSGeo::FDO::Utilities::ExpressionEngine::INonAggregateFunction 582 592 { 593 public: 594 /// \brief 595 /// Constructs a new empty object definition. 596 /// 597 FunctionNullValue (); 583 598 } 584 599 … … 589 604 public OSGeo::FDO::Utilities::ExpressionEngine::INonAggregateFunction 590 605 { 606 public: 607 /// \brief 608 /// Constructs a new empty object definition. 609 /// 610 FunctionToDate (); 591 611 } 592 612