Changes between Version 4 and Version 5 of FDORfc17


Ignore:
Timestamp:
Mar 24, 2008, 11:59:11 AM (16 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc17

    v4 v5  
    277277    OSGEO_FDO_EXPRESSION::Expression* GetExpression();
    278278    OSGEO_FDO_FILTER::Filter* GetFilter();
    279 
    280 public:
    281     /// \brief
    282     /// Constructs an ExpressionEngineCopyFilter managed object based on an unmanaged instance of the object
    283     ///
    284     /// \param unmanaged
    285     /// Input A Pointer to the unmanaged object.
    286     ///
    287     /// \param autoDelete
    288     /// Input Indicates if the constructed object should be automatically deleted
    289     /// once it no longer referenced.
    290     ///
    291     ExpressionEngine(System::IntPtr unmanaged, System::Boolean autoDelete);
    292279};
    293280}}}