[mapguide-commits] r5137 - trunk/MgDev/Common/MapGuideCommon/System

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Sep 17 03:54:08 EDT 2010


Author: liuar
Date: 2010-09-17 07:54:08 +0000 (Fri, 17 Sep 2010)
New Revision: 5137

Modified:
   trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h
Log:
Fix the javaapi build error.

Modified: trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h	2010-09-17 06:26:58 UTC (rev 5136)
+++ trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h	2010-09-17 07:54:08 UTC (rev 5137)
@@ -382,12 +382,12 @@
     static const bool DefaultRenderingServicePropertyGeneralizeData;            /// value(false)
 
     /// Sets the max width for raster image
-    static const STRING MgConfigProperties::RenderingServicePropertyMaxRasterImageWidth;           /// value("MaxRasterImageWidth")
-    static const INT32  MgConfigProperties::DefaultRenderingServicePropertyMaxRasterImageWidth;    /// value(2048)
+    static const STRING RenderingServicePropertyMaxRasterImageWidth;           /// value("MaxRasterImageWidth")
+    static const INT32  DefaultRenderingServicePropertyMaxRasterImageWidth;    /// value(2048)
 
     /// Sets the max height for raster image
-    static const STRING MgConfigProperties::RenderingServicePropertyMaxRasterImageHeight;          /// value("MaxRasterImageHeight")
-    static const INT32  MgConfigProperties::DefaultRenderingServicePropertyMaxRasterImageHeight;   /// value(2048)
+    static const STRING RenderingServicePropertyMaxRasterImageHeight;          /// value("MaxRasterImageHeight")
+    static const INT32  DefaultRenderingServicePropertyMaxRasterImageHeight;   /// value(2048)
 
 
     /// FONT ALIASES SECTION -----------------------------------------------------------------------------



More information about the mapguide-commits mailing list