Changes between Version 30 and Version 31 of FDORfc17
- Timestamp:
- 04/28/08 10:20:03 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc17
v30 v31 273 273 274 274 /// \brief 275 /// Static methods needed for copy/constructing filter and expressionobjects275 /// Static methods needed for copy/constructing filter objects 276 276 /// 277 277 static OSGeo::FDO::Filter::Filter* Copy( OSGeo::FDO::Filter::Filter *filter ); 278 278 279 static OSGeo::FDO::Filter::Filter* Copy( OSGeo::FDO::Filter::Filter *filter, 280 OSGeo::FDO::Commands::IdentifierCollection* idList ); 281 282 /// \brief 283 /// Static methods needed for copy/constructing expression objects 284 /// 279 285 static OSGeo::FDO::Expression::Expression* Copy( OSGeo::FDO::Expression::Expression *expression ); 280 286 281 static OSGeo::FDO::Filter::Filter* Copy( OSGeo::FDO::Filter::Filter *filter,282 OSGeo::FDO::Commands::IdentifierCollection* idList );283 284 287 static OSGeo::FDO::Expression::Expression* Copy( OSGeo::FDO::Expression::Expression *expression, 285 OSGeo::FDO::Commands::IdentifierCollection* idList ); 288 OSGeo::FDO::Commands::IdentifierCollection* idList ); 289 286 290 287 291 /// \brief