Changes between Version 29 and Version 30 of FDORfc17
- Timestamp:
- 04/28/08 10:18:26 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc17
v29 v30 276 276 /// 277 277 static OSGeo::FDO::Filter::Filter* Copy( OSGeo::FDO::Filter::Filter *filter ); 278 278 279 static OSGeo::FDO::Expression::Expression* Copy( OSGeo::FDO::Expression::Expression *expression ); 279 static OSGeo::FDO::Filter::Filter* Copy( OSGeo::FDO::Filter::Filter *filter, OSGeo::FDO::Commands::IdentifierCollection* idList ); 280 static OSGeo::FDO::Expression::Expression* Copy( OSGeo::FDO::Expression::Expression *expression, OSGeo::FDO::Commands::IdentifierCollection* idList ); 280 281 static OSGeo::FDO::Filter::Filter* Copy( OSGeo::FDO::Filter::Filter *filter, 282 OSGeo::FDO::Commands::IdentifierCollection* idList ); 283 284 static OSGeo::FDO::Expression::Expression* Copy( OSGeo::FDO::Expression::Expression *expression, 285 OSGeo::FDO::Commands::IdentifierCollection* idList ); 281 286 282 287 /// \brief … … 538 543 /// This class defines the base interface from which all Non-Aggregate Function classes derive. 539 544 /// 540 public __gc class OSGeo::FDO::Utilities::ExpressionEngine::INonAggregateFunction : public OSGeo::FDO::Utilities::ExpressionEngine::IFunction 545 public __gc class OSGeo::FDO::Utilities::ExpressionEngine::INonAggregateFunction : 546 public OSGeo::FDO::Utilities::ExpressionEngine::IFunction 541 547 { 542 548 public: