[fdo-commits] r741 - branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO

svn_fdo at osgeo.org svn_fdo at osgeo.org
Wed Feb 7 16:48:15 EST 2007


Author: gregboone
Date: 2007-02-07 16:48:15 -0500 (Wed, 07 Feb 2007)
New Revision: 741

Modified:
   branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/mgIConnectionManager.h
   branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/mgIConnectionManagerImp.h
   branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/mgIDisposableCollection.h
Log:
893057: DOC: FDO Managed API Documentation Updates

Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/mgIConnectionManager.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/mgIConnectionManager.h	2007-02-07 21:47:18 UTC (rev 740)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/mgIConnectionManager.h	2007-02-07 21:48:15 UTC (rev 741)
@@ -25,12 +25,10 @@
 BEGIN_NAMESPACE_OSGEO_FDO
 
 /// \brief
-///  
 /// The IConnectionManager interface supports dynamic creation of connection objects 
 /// given a provider name.
 ///
 /// \remarks
-///  
 /// In order for dynamic creation to work, each dynamic link library, shared library, 
 /// or assembly that implements a provider must supply a well-defined entry point function that 
 /// takes as input a provider name and returns an FdoIConnection instance. The definition of the 

Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/mgIConnectionManagerImp.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/mgIConnectionManagerImp.h	2007-02-07 21:47:18 UTC (rev 740)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/mgIConnectionManagerImp.h	2007-02-07 21:48:15 UTC (rev 741)
@@ -29,11 +29,10 @@
 BEGIN_NAMESPACE_OSGEO_FDO
 
 /// \brief
-///  
 /// The IConnectionManagerImp class supports dynamic creation of connection objects 
 /// given a provider name. Derives from IConnectionManager interface.
+
 /// \remarks
-///  
 /// In order for dynamic creation to work, each dynamic link library, shared library, 
 /// or assembly that implements a provider must supply a well-defined entry point function that 
 /// takes as input a provider name and returns an FdoIConnection instance. The definition of the 

Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/mgIDisposableCollection.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/mgIDisposableCollection.h	2007-02-07 21:47:18 UTC (rev 740)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/mgIDisposableCollection.h	2007-02-07 21:48:15 UTC (rev 741)
@@ -237,10 +237,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(NAMESPACE_OSGEO_RUNTIME::Disposable* array[],System::Int32 size);
+	System::Void CopyTo(NAMESPACE_OSGEO_RUNTIME::Disposable* array[],System::Int32 index);
 
     /// \brief
     /// Gets the item in the collection at the specified index. 



More information about the fdo-commits mailing list