Changes between Version 30 and Version 31 of FDORfc17


Ignore:
Timestamp:
Apr 28, 2008, 10:20:03 AM (16 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc17

    v30 v31  
    273273
    274274    /// \brief
    275     /// Static methods needed for copy/constructing filter and expression objects
     275    /// Static methods needed for copy/constructing filter objects
    276276    ///
    277277    static OSGeo::FDO::Filter::Filter* Copy( OSGeo::FDO::Filter::Filter *filter );
    278278
     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    ///
    279285    static OSGeo::FDO::Expression::Expression* Copy( OSGeo::FDO::Expression::Expression *expression );
    280286
    281     static OSGeo::FDO::Filter::Filter* Copy( OSGeo::FDO::Filter::Filter *filter,
    282                                              OSGeo::FDO::Commands::IdentifierCollection* idList  );
    283 
    284287    static OSGeo::FDO::Expression::Expression* Copy( OSGeo::FDO::Expression::Expression *expression,
    285                                                      OSGeo::FDO::Commands::IdentifierCollection* idList  );
     288                                                     OSGeo::FDO::Commands::IdentifierCollection* idList );
     289
    286290       
    287291    /// \brief