Changes between Version 4 and Version 5 of FDORfc17
- Timestamp:
- 03/24/08 11:59:11 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc17
v4 v5 277 277 OSGEO_FDO_EXPRESSION::Expression* GetExpression(); 278 278 OSGEO_FDO_FILTER::Filter* GetFilter(); 279 280 public:281 /// \brief282 /// Constructs an ExpressionEngineCopyFilter managed object based on an unmanaged instance of the object283 ///284 /// \param unmanaged285 /// Input A Pointer to the unmanaged object.286 ///287 /// \param autoDelete288 /// Input Indicates if the constructed object should be automatically deleted289 /// once it no longer referenced.290 ///291 ExpressionEngine(System::IntPtr unmanaged, System::Boolean autoDelete);292 279 }; 293 280 }}}