Changes between Version 18 and Version 19 of MapGuideRfc80


Ignore:
Timestamp:
Aug 17, 2009, 10:00:54 PM (15 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc80

    v18 v19  
    7979{
    8080PUBLISHED_API:
     81    ///////////////////////////////////////////////////////////////////
     82    /// \brief
     83    /// Constructs an MgParameter object. The default parameter direction
     84    /// is input.
     85    ///
     86    /// \param name (MgNullableProperty)
     87    /// An MgNullableProperty instance which contains
     88    /// the name and value of the parameter.
     89    ///
     90    MgParameter(MgNullableProperty* prop);
     91
    8192    /// \brief
    8293    /// Constructs an MgParameter object.