Changes between Version 9 and Version 10 of MapGuideRfc82
- Timestamp:
- 10/14/09 22:47:38 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc82
v9 v10 646 646 virtual INT32 GetPropertyIndex(STRING name) = 0; 647 647 }}} 648 649 This method is missing from MgReader while it's added in there with FDO RFC 34. So it needs to be added to MgReader for consistency with FDO. 650 {{{ 651 virtual INT32 GetPropertyType(INT32 index) = 0; 652 }}}