You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2008/11/21 02:44:27 UTC

svn commit: r719446 - in /webservices/axis/trunk/c/src/common: AxisConfig.cpp AxisConfig.h

Author: nadiramra
Date: Thu Nov 20 17:44:27 2008
New Revision: 719446

URL: http://svn.apache.org/viewvc?rev=719446&view=rev
Log:
AXISCPP-100 enable axis c++ (engine) tracing 

Modified:
    webservices/axis/trunk/c/src/common/AxisConfig.cpp
    webservices/axis/trunk/c/src/common/AxisConfig.h

Modified: webservices/axis/trunk/c/src/common/AxisConfig.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/common/AxisConfig.cpp?rev=719446&r1=719445&r2=719446&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/common/AxisConfig.cpp (original)
+++ webservices/axis/trunk/c/src/common/AxisConfig.cpp Thu Nov 20 17:44:27 2008
@@ -255,14 +255,9 @@
         "AXCONF_SSLCHANNEL_HTTP",  //10
         "AXCONF_CHANNEL_HTTP",     //11
         "AXCONF_SECUREINFO",       //12 
-        "AXCONF_LOGFILTER"         //13 Please use this number in the #if below
+        "AXCONF_LOGFILTER"         //13 
     };
 
-// Check at build time whether the lists of properties are in sync
-#if AXCONF_LAST > 14
-#error "The list of configuration properties in AxisConfig.h and AxisTrace.cpp are different. Please keep them in sync."
-#endif
-
     for (unsigned j=0; j<sizeof(confProps)/sizeof(char*); j++) 
     {
         confLine += confProps[j];

Modified: webservices/axis/trunk/c/src/common/AxisConfig.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/common/AxisConfig.h?rev=719446&r1=719445&r2=719446&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/common/AxisConfig.h (original)
+++ webservices/axis/trunk/c/src/common/AxisConfig.h Thu Nov 20 17:44:27 2008
@@ -26,7 +26,8 @@
 #if !defined(__AXIS_AXISCONFIG_H_OF_AXIS_INCLUDED__)
 #define __AXIS_AXISCONFIG_H_OF_AXIS_INCLUDED__
 
-#define CONFBUFFSIZE						256
+#define CONFBUFFSIZE						1024
+
 #define AXCONF_WSDDFILEPATH_TAGNAME			"WSDDFilePath"
 #define AXCONF_LOGPATH_TAGNAME				"LogPath"
 #define AXCONF_CLIENTLOGPATH_TAGNAME		"ClientLogPath"