Changes between Version 2 and Version 3 of MapGuideRfc33


Ignore:
Timestamp:
Sep 5, 2007, 1:00:18 PM (17 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc33

    v2 v3  
    4141/// Returns a count of all selected features
    4242///
    43 int GetSelectedFeaturesCount(MgLayerBase layer, CREFSTRING className);
     43int GetSelectedFeaturesCount(MgLayerBase* layer, CREFSTRING className);
    4444}}}
    4545
     
    5353/// feature class in this selection.
    5454///
    55 MgFeatureReader GetSelectedFeatures(MgLayerBase layer, CREFSTRING className);
     55MgFeatureReader* GetSelectedFeatures(MgLayerBase* layer, CREFSTRING className);
    5656}}}
    5757