Changes between Version 6 and Version 7 of FDORfc17

Show
Ignore:
Timestamp:
03/24/08 12:42:12 (5 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc17

    v6 v7  
    286286    CopyFilter(); 
    287287 
     288    /// \brief 
     289    /// Constructs an instance of an ExpressionEngine 
     290    ///  
    288291    static OSGEO_FDO_FILTER::Filter* Copy( OSGEO_FDO_FILTER::Filter *filter ); 
    289292    static OSGEO_FDO_EXPRESSION::Expression* Copy( OSGEO_FDO_EXPRESSION::Expression *expression ); 
     
    291294    static OSGEO_FDO_EXPRESSION::Expression* Copy( OSGEO_FDO_EXPRESSION::Expression *expression, OSGEO_FDO_COMMANDS::IdentifierCollection* idList  ); 
    292295         
     296    /// \brief 
     297    /// Gets the FDO Expression associated to the CopyFilter 
     298    ///  
    293299    OSGEO_FDO_EXPRESSION::Expression* GetExpression(); 
     300 
     301    /// \brief 
     302    /// Gets the FDO Filter associated to the CopyFilter 
     303    ///  
    294304    OSGEO_FDO_FILTER::Filter* GetFilter(); 
    295305};