Changes between Version 18 and Version 19 of FDORfc17


Ignore:
Timestamp:
Apr 28, 2008, 9:33:57 AM (16 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc17

    v18 v19  
    299299[System::Reflection::DefaultMemberAttribute("RealTypeItem")]
    300300public __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
    302303{
    303304public:
     
    501502/// This class defines the base interface from which all Expression Engine interfaces derive.
    502503///
    503 public __gc class OSGeo::FDO::Utilities::ExpressionEngine::IFunction : public NAMESPACE_OSGEO_RUNTIME::Disposable
     504public __gc class OSGeo::FDO::Utilities::ExpressionEngine::IFunction : public OSGeo::Runtime::Disposable
    504505{
    505506public: