Changes between Version 2 and Version 3 of MapGuideRfc86
- Timestamp:
- 09/24/09 18:49:11 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc86
v2 v3 43 43 /// \return 44 44 /// Returns nothing. 45 /// 46 45 /// 47 46 void BindConnection(MgResourceIdentifier featureSourceId) = 0; 47 48 48 /// \brief 49 49 /// Unbind FDO connection bound to current session for the specified feature … … 59 59 }}} 60 60 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.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. 62 62 63 63 == Implications ==