[fdo-commits] r733 -
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/ClientServices
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Wed Feb 7 16:37:53 EST 2007
Author: gregboone
Date: 2007-02-07 16:37:53 -0500 (Wed, 07 Feb 2007)
New Revision: 733
Modified:
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/ClientServices/mgProviderCollection.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/ClientServices/mgProviderNameTokens.h
Log:
893057: DOC: FDO Managed API Documentation Updates
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/ClientServices/mgProviderCollection.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/ClientServices/mgProviderCollection.h 2007-02-07 21:28:04 UTC (rev 732)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/ClientServices/mgProviderCollection.h 2007-02-07 21:37:53 UTC (rev 733)
@@ -186,10 +186,10 @@
/// \param array
/// Output the one-dimensional Array that is the destination of the elements copied from this collection.
///
- /// \param startAt
+ /// \param index
/// Input an integer that represents the index in array at which copying begins.
///
- System::Void CopyTo(System::String* array[],System::Int32 size);
+ System::Void CopyTo(System::String* array[],System::Int32 index);
/// \brief
/// Gets the Provider item in the collection at the specified index.
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/ClientServices/mgProviderNameTokens.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/ClientServices/mgProviderNameTokens.h 2007-02-07 21:28:04 UTC (rev 732)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/ClientServices/mgProviderNameTokens.h 2007-02-07 21:37:53 UTC (rev 733)
@@ -58,7 +58,7 @@
/// The name is usually of the form "[Company].[Provider].[Version]",
/// e.g. "OSGeo.SDF.3.2".
///
- /// \param names
+ /// \param name
/// Input the provider name to tokenize
///
/// \return
More information about the fdo-commits
mailing list