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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Aug 16 02:52:43 EDT 2011


Author: hubu
Date: 2011-08-15 23:52:43 -0700 (Mon, 15 Aug 2011)
New Revision: 6077

Modified:
   trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp
   trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h
Log:
Fix break build of MapGuide Web.

Modified: trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp	2011-08-16 06:43:59 UTC (rev 6076)
+++ trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp	2011-08-16 06:52:43 UTC (rev 6077)
@@ -483,7 +483,7 @@
 const INT32 MgConfigProperties::DefaultDBPageSizeParameters                                 = 32;
 const STRING MgConfigProperties::DBXMLPageSizeParameters                                    = L"DBXMLPageSize";
 const INT32 MgConfigProperties::DefaultDBXMLPageSizeParameters                              = 32;
-const STRING MgConfigProperties::LibraryLogBufferSizeParameters                             = L"LibraryLogBufferSize";      
+const STRING MgConfigProperties::LibraryLogBufferSizeParameters                             = L"LibraryLogBufferSize";
 const INT32 MgConfigProperties::DefaultLibraryLogBufferSizeParameters                       = 12;
 const STRING MgConfigProperties::SessionLogBufferSizeParameters                             = L"SessionLogBufferSize";
 const INT32 MgConfigProperties::DefaultSessionLogBufferSizeParameters                       = 1;

Modified: trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h	2011-08-16 06:43:59 UTC (rev 6076)
+++ trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h	2011-08-16 06:52:43 UTC (rev 6077)
@@ -842,20 +842,20 @@
     static const INT32 DefaultDBMaxTransactionsParamters;           /// value(1000)
 
     /// The size for session DB page in KB
-    static const STRING SessionDBPageSizeParameters;                // value("SessionDBPageSize")
-    static const INT32 DefaultSessionDBPageSizeParameters;          // value(2)
+    static const STRING SessionDBPageSizeParameters;                /// value("SessionDBPageSize")
+    static const INT32 DefaultSessionDBPageSizeParameters;          /// value(2)
 
     /// The size for session DBXML page in KB
-    static const STRING SessionDBXMLPageSizeParameters;             // value("SessionDBXMLPageSize")
-    static const double DefaultSessionDBXMLPageSizeParameters;      // value(0.5)
+    static const STRING SessionDBXMLPageSizeParameters;             /// value("SessionDBXMLPageSize")
+    static const double DefaultSessionDBXMLPageSizeParameters;      /// value(0.5)
 
     /// The time out for lock and transaction in second
-    static const STRING DBTimeoutParameters;                        // value("DBTimeout")
-    static const double DefaultDBTimeoutParameters;                 // value(0.2)
+    static const STRING DBTimeoutParameters;                        /// value("DBTimeout")
+    static const double DefaultDBTimeoutParameters;                 /// value(0.2)
 
     /// The max number of DB lockers
-    static const STRING DBMaxLockersParameters;                     // value("DBMaxLockers")
-    static const INT32 DefaultDBMaxLockersParameters;               // value(1000)
+    static const STRING DBMaxLockersParameters;                     /// value("DBMaxLockers")
+    static const INT32 DefaultDBMaxLockersParameters;               /// value(1000)
 
 INTERNAL_API:
 



More information about the mapguide-commits mailing list