[mapguide-commits] r4272 - in trunk/MgDev: Common/PlatformBase/Services Server/src/Gws/GwsQueryEngine/inc

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Sep 29 05:50:52 EDT 2009


Author: leaf
Date: 2009-09-29 05:50:51 -0400 (Tue, 29 Sep 2009)
New Revision: 4272

Modified:
   trunk/MgDev/Common/PlatformBase/Services/Reader.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQuery.h
Log:
Submitted this change on behalf of Klain Qin

Ticket #1111 - Implementation for RFC 82 - Refined two places based on Leaf's new comments.

http://trac.osgeo.org/mapguide/wiki/MapGuideRfc82



Modified: trunk/MgDev/Common/PlatformBase/Services/Reader.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/Reader.h	2009-09-29 09:14:23 UTC (rev 4271)
+++ trunk/MgDev/Common/PlatformBase/Services/Reader.h	2009-09-29 09:50:51 UTC (rev 4272)
@@ -564,7 +564,7 @@
     virtual MgRaster* GetRaster(CREFSTRING propertyName) = 0;
 
 
-	/////////////////////////////////////////////////////////////////////////
+    /////////////////////////////////////////////////////////////////////////
     /// \brief
     /// Gets the index of the property with the specified property name.
     ///
@@ -573,7 +573,7 @@
     /// virtual int GetPropertyIndex(string propertyName);
     /// \htmlinclude SyntaxBottom.html
     /// \htmlinclude JavaSyntaxTop.html
-    /// virtual int GetPropertyIndex(string propertyName);
+    /// virtual int GetPropertyIndex(String propertyName);
     /// \htmlinclude SyntaxBottom.html
     /// \htmlinclude PHPSyntaxTop.html
     /// virtual int GetPropertyIndex(string propertyName);

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQuery.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQuery.h	2009-09-29 09:14:23 UTC (rev 4271)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQuery.h	2009-09-29 09:50:51 UTC (rev 4272)
@@ -811,7 +811,9 @@
     virtual FdoIFeatureReader* GetFeatureObject(FdoInt32 index);
 
     // newly added methods to FdoIFeatureReader
+    GWS_QUERYENGINE_API
     virtual FdoString*      GetPropertyName(FdoInt32 index);
+    GWS_QUERYENGINE_API
     virtual FdoInt32        GetPropertyIndex(FdoString* propertyName);
 
     // returns unconverted geometry. Coordinate system transaformations are not applied



More information about the mapguide-commits mailing list