[mapguide-commits] r5138 - sandbox/adsk/2.2gp/Common/MapGuideCommon/System

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Sep 17 03:57:46 EDT 2010


Author: liuar
Date: 2010-09-17 07:57:46 +0000 (Fri, 17 Sep 2010)
New Revision: 5138

Modified:
   sandbox/adsk/2.2gp/Common/MapGuideCommon/System/ConfigProperties.h
Log:
fix javaapi build error

Modified: sandbox/adsk/2.2gp/Common/MapGuideCommon/System/ConfigProperties.h
===================================================================
--- sandbox/adsk/2.2gp/Common/MapGuideCommon/System/ConfigProperties.h	2010-09-17 07:54:08 UTC (rev 5137)
+++ sandbox/adsk/2.2gp/Common/MapGuideCommon/System/ConfigProperties.h	2010-09-17 07:57:46 UTC (rev 5138)
@@ -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