Changes between Version 18 and Version 19 of FDORfc17
- Timestamp:
- 04/28/08 09:33:57 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc17
v18 v19 299 299 [System::Reflection::DefaultMemberAttribute("RealTypeItem")] 300 300 public __sealed __gc class OSGeo::FDO::Utilities::ExpressionEngine::FunctionCollection : 301 public NAMESPACE_OSGEO_RUNTIME::Disposable, public System::Collections::IList 301 public OSGeo::Runtime::Disposable, 302 public System::Collections::IList 302 303 { 303 304 public: … … 501 502 /// This class defines the base interface from which all Expression Engine interfaces derive. 502 503 /// 503 public __gc class OSGeo::FDO::Utilities::ExpressionEngine::IFunction : public NAMESPACE_OSGEO_RUNTIME::Disposable504 public __gc class OSGeo::FDO::Utilities::ExpressionEngine::IFunction : public OSGeo::Runtime::Disposable 504 505 { 505 506 public: