Changes between Version 9 and Version 10 of MapGuideRfc82


Ignore:
Timestamp:
Oct 14, 2009, 10:47:38 PM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc82

    v9 v10  
    646646virtual INT32 GetPropertyIndex(STRING name) = 0;
    647647}}}
     648
     649This 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{{{
     651virtual INT32 GetPropertyType(INT32 index)  = 0;
     652}}}