Changes between Version 21 and Version 22 of MapGuideRfc77


Ignore:
Timestamp:
Jul 13, 2009, 10:54:34 PM (15 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc77

    v21 v22  
    5353    /// Constructs an empty MgFileFeatureSourceParams object.
    5454    ///
     55    /// \return
     56    /// Returns nothing.
     57    ///
     58    MgFileFeatureSourceParams ();
     59
     60    ///////////////////////////////////////////////
     61    /// \brief
     62    /// Constructs an empty MgFileFeatureSourceParams object.
     63    ///
    5564    /// \param providerName (String/string)
    5665    /// The FDO provider name of the feature source.
     
    93102    /// Returns the FDO provider name of the feature source.
    94103    ///
    95     virtual STRING GetProviderName();  /// __get
     104    virtual STRING GetProviderName();  /// __get, __set
     105
     106    ///////////////////////////////////////////////
     107    /// \brief
     108    /// Sets the FDO provider name of the feature source.
     109    ///
     110    /// \return
     111    /// Returns nothing.
     112    ///
     113    virtual void SetProviderName(CREFSTRING name);
    96114
    97115    ///////////////////////////////////////////////
     
    289307    ///////////////////////////////////////////////
    290308    /// \brief
    291     /// Gets the FDO provider name of the feature source.
    292     ///
    293     /// \return
    294     /// Returns the FDO provider name of the feature source.
    295     ///
    296     virtual STRING GetProviderName();  /// __get
     309    /// Throw an MgInvalidOperationException because we
     310    /// can't change FDO provider for MgCreateSdfParams.
     311    ///
     312    /// \return
     313    /// Returns nothing.
     314    ///
     315    virtual void SetProviderName();
    297316};
    298317}}}