Changes between Version 23 and Version 24 of MapGuideRfc77


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc77

    v23 v24  
    118118    ///////////////////////////////////////////////
    119119    /// \brief
    120     /// Gets the file name to be created or the folder name where files are created.
    121     ///
    122     /// \return
    123     /// Returns the file name to be created or the folder name where files are created.
    124     ///
    125     STRING GetFileOrFolderName();  /// __get, __set
     120    /// Gets the file name to be created.
     121    ///
     122    /// \return
     123    /// Returns the file name to be created.
     124    ///
     125    STRING GetFileName();  /// __get, __set
    126126
    127127    ////////////////////////////////////////////////////////////////////////////
    128128    /// \brief
    129     /// Sets the file name to be created or the folder name where files are created.
     129    /// Sets the file name to be created.
    130130    ///
    131131    /// \param name (String/string)
    132     /// The file name to be created or the folder name where files are created.
    133     ///
    134     /// \return
    135     /// Returns nothing.
    136     ///
    137     void SetFileOrFolderName (CREFSTRING name);
     132    /// The file name to be created.
     133    ///
     134    /// \return
     135    /// Returns nothing.
     136    ///
     137    void SetFileName (CREFSTRING name);
    138138
    139139    ///////////////////////////////////////////////