You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pr...@apache.org on 2005/01/12 16:52:23 UTC

cvs commit: ws-axis/c/src/engine SOAPTransportFactory.cpp

prestonf    2005/01/12 07:52:23

  Modified:    c/src/engine SOAPTransportFactory.cpp
  Log:
  Hi All,
  Update for trace in Transport.
  
  Regards,
  Fred Preston.
  
  Revision  Changes    Path
  1.24      +2 -1      ws-axis/c/src/engine/SOAPTransportFactory.cpp
  
  Index: SOAPTransportFactory.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/SOAPTransportFactory.cpp,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- SOAPTransportFactory.cpp	11 Jan 2005 17:01:47 -0000	1.23
  +++ SOAPTransportFactory.cpp	12 Jan 2005 15:52:23 -0000	1.24
  @@ -70,6 +70,7 @@
           }
           else
           {
  +#ifdef ENABLE_AXISTRACE
               // Load function to do lib level inits
               void (*initializeLibrary) (AxisTraceEntrypoints&);
               initializeLibrary = (void (*)(AxisTraceEntrypoints&))PLATFORM_GETPROCADDR(m_LibHandler, INIT_FUNCTION);
  @@ -78,7 +79,7 @@
               AxisTrace::getTraceEntrypoints(ep);
               if (initializeLibrary)
                    (*initializeLibrary)(ep);
  -
  +#endif
   /*
               // Load functions that does start and stop of event loop
               m_startEventLoop = (void (*)(void))PLATFORM_GETPROCADDR(m_LibHandler, START_EVENT_LOOP_FUNCTION);