[mapguide-commits] r1136 - trunk/MgDev/Common/PlatformBase/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Feb 26 19:17:33 EST 2007


Author: philipsharman
Date: 2007-02-26 19:17:33 -0500 (Mon, 26 Feb 2007)
New Revision: 1136

Modified:
   trunk/MgDev/Common/PlatformBase/Services/FeatureService.h
Log:
Corrected and clarified the comments.


Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureService.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureService.h	2007-02-23 22:21:27 UTC (rev 1135)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureService.h	2007-02-27 00:17:33 UTC (rev 1136)
@@ -68,10 +68,6 @@
 /// relational database and do transaction-based operations.
 ///
 /// \remarks
-/// Construct an MgFeatureService object by calling \link MgSiteConnection::CreateService MgSiteConnection::CreateService Method (INT32) \endlink.
-/// A connection to the site repository must be open. See the
-/// example code.
-/// \n
 /// The following use cases are supported:
 /// <ul>
 ///   <li>Connection to a datastore. See
@@ -94,9 +90,9 @@
 ///   <li>Description of the schema used to store feature data. See
 ///     MgFeatureService::DescribeSchema,
 ///     MgFeatureService::DescribeSchemaAsXml,
-///     MgFeatureService::GetSchemas, MgFeatureService::SchemaToXm,
+///     MgFeatureService::GetSchemas, MgFeatureService::SchemaToXml,
 ///     MgFeatureService::GetClasses and
-///     MgFeatureService::GetClassDefinitionl. See also \link Feature_Schema_Module Feature Schema \endlink.
+///     MgFeatureService::GetClassDefinition. See also \link Feature_Schema_Module Feature Schema \endlink.
 ///   </li>
 ///   <li>Creation of an SDF feature source to cache feature data
 ///     from other datastores. See



More information about the mapguide-commits mailing list