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 sa...@apache.org on 2004/06/10 06:41:01 UTC

cvs commit: ws-axis/c/src/common AxisTrace.cpp

sanjaya     2004/06/09 21:41:01

  Modified:    c/src/common AxisTrace.cpp
  Log:
  getAxConfProperty changed to getAxisConfProperty
  
  Revision  Changes    Path
  1.27      +2 -2      ws-axis/c/src/common/AxisTrace.cpp
  
  Index: AxisTrace.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisTrace.cpp,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- AxisTrace.cpp	24 May 2004 05:44:20 -0000	1.26
  +++ AxisTrace.cpp	10 Jun 2004 04:41:01 -0000	1.27
  @@ -44,7 +44,7 @@
   int AxisTrace::openFile ()
   {
       //char* sFileName = g_pConfig->getAxisLogPath ();
  -    char* sFileName = g_pConfig->getAxConfProperty(AXCONF_LOGPATH);
  +    char* sFileName = g_pConfig->getAxisConfProperty(AXCONF_LOGPATH);
       if (!sFileName) return AXIS_FAIL;
   /*#ifndef WIN32
       setFilePerm(sFileName);
  @@ -59,7 +59,7 @@
   int AxisTrace::openFileByClient ()
   {
       //char* sFileName = g_pConfig->getAxisClientLogPath ();
  -    char* sFileName = g_pConfig->getAxConfProperty(AXCONF_CLIENTLOGPATH);
  +    char* sFileName = g_pConfig->getAxisConfProperty(AXCONF_CLIENTLOGPATH);
       if (!sFileName) return AXIS_FAIL;
   /*#ifndef WIN32
       setFilePerm(sFileName);