Changes between Version 2 and Version 3 of MapGuideRfc86


Ignore:
Timestamp:
Sep 24, 2009, 6:49:11 PM (15 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc86

    v2 v3  
    4343    /// \return
    4444    /// Returns nothing.
    45     ///
    46    
     45    ///   
    4746    void BindConnection(MgResourceIdentifier featureSourceId) = 0;
     47
    4848    /// \brief
    4949    /// Unbind FDO connection bound to current session for the specified feature
     
    5959}}}
    6060
    61 Some of methods in !MgFeatureService don’t depend on an existing feature source and an FDO connection. So this change has on effect on them. For example, MgFeatureService::GetFeatureProviders, MgFeatureService::!XmlToSchema, and so on.
     61Some of methods in !MgFeatureService don’t depend on an existing feature source and an FDO connection. So this change has on effect on them. For example, MgFeatureService::!GetFeatureProviders, MgFeatureService::!XmlToSchema, and so on.
    6262
    6363== Implications ==