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 da...@apache.org on 2003/10/21 07:49:11 UTC

cvs commit: ws-axis/c/src/xml Makefile.am

damitha     2003/10/20 22:49:11

  Modified:    c/src/server/handlers/custom/loghandler LogAccessCount.cpp
                        LogHandler.cpp
               c/src/server/handlers/global/testhandler1 Makefile
                        TestGlobal.cpp TestHandler1.cpp
               c/src/server/handlers/transport/testhandler2 Makefile
                        TestTransport.cpp
               c/src/xml Makefile.am
  Log:
  fixed some minor bugs that occured as a result of restructuring include files.
  
  Revision  Changes    Path
  1.6       +1 -1      ws-axis/c/src/server/handlers/custom/loghandler/LogAccessCount.cpp
  
  Index: LogAccessCount.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/handlers/custom/loghandler/LogAccessCount.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- LogAccessCount.cpp	15 Oct 2003 13:40:11 -0000	1.5
  +++ LogAccessCount.cpp	21 Oct 2003 05:49:11 -0000	1.6
  @@ -65,7 +65,7 @@
   #endif
   
   #include "LogHandler.h"
  -//#include <AxisTrace.h>
  +#include <axis/common/AxisTrace.h>
   
   extern "C" {
   //the two export functions////////////////////////////////////////////
  
  
  
  1.13      +2 -2      ws-axis/c/src/server/handlers/custom/loghandler/LogHandler.cpp
  
  Index: LogHandler.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/handlers/custom/loghandler/LogHandler.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- LogHandler.cpp	20 Oct 2003 06:40:24 -0000	1.12
  +++ LogHandler.cpp	21 Oct 2003 05:49:11 -0000	1.13
  @@ -62,8 +62,8 @@
   #include "LogHandler.h"
   #include <axis/soap/SoapDeSerializer.h>
   #include <axis/soap/SoapSerializer.h>
  -#include <AxisTrace.h>
  -#include <AxisException.h>
  +#include <axis/common/AxisTrace.h>
  +#include <axis/common/AxisException.h>
   #include <time.h>
   #include <stdio.h>
   #include <string>
  
  
  
  1.5       +1 -1      ws-axis/c/src/server/handlers/global/testhandler1/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/handlers/global/testhandler1/Makefile,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile	17 Oct 2003 10:01:52 -0000	1.4
  +++ Makefile	21 Oct 2003 05:49:11 -0000	1.5
  @@ -90,7 +90,7 @@
   libtesthandler1_la_SOURCES = TestGlobal.cpp TestHandler1.cpp
   
   libtesthandler1_la_LIBADD = -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c -ldl $(AXISCPP_HOME)/release/libaxiscpp_mod.la
  -INCLUDES = -I$(AXISCPP_HOME)/include -I$(AXISCPP_HOME)/src/common
  +INCLUDES = -I$(AXISCPP_HOME)/include
   subdir = .
   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  
  
  
  1.9       +2 -2      ws-axis/c/src/server/handlers/global/testhandler1/TestGlobal.cpp
  
  Index: TestGlobal.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/handlers/global/testhandler1/TestGlobal.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TestGlobal.cpp	17 Oct 2003 10:01:52 -0000	1.8
  +++ TestGlobal.cpp	21 Oct 2003 05:49:11 -0000	1.9
  @@ -62,8 +62,8 @@
   
   #include "TestGlobal.h"
   #include <string>
  -#include <AxisTrace.h>
  -#include <AxisException.h>
  +#include <axis/common/AxisTrace.h>
  +#include <axis/common/AxisException.h>
   
   //using namespace std;
   
  
  
  
  1.5       +0 -1      ws-axis/c/src/server/handlers/global/testhandler1/TestHandler1.cpp
  
  Index: TestHandler1.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/handlers/global/testhandler1/TestHandler1.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestHandler1.cpp	15 Oct 2003 06:11:29 -0000	1.4
  +++ TestHandler1.cpp	21 Oct 2003 05:49:11 -0000	1.5
  @@ -65,7 +65,6 @@
   #endif
   
   #include "TestGlobal.h"
  -//#include "../../../../common/GDefine.h"
   
   extern "C" {
   //the two export functions////////////////////////////////////////////
  
  
  
  1.6       +1 -1      ws-axis/c/src/server/handlers/transport/testhandler2/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/handlers/transport/testhandler2/Makefile,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile	17 Oct 2003 10:01:52 -0000	1.5
  +++ Makefile	21 Oct 2003 05:49:11 -0000	1.6
  @@ -90,7 +90,7 @@
   libtesthandler2_la_SOURCES = TestTransport.cpp TestHandler2.cpp
   
   libtesthandler2_la_LIBADD = -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c -ldl $(AXISCPP_HOME)/release/libaxiscpp_mod.la
  -INCLUDES = -I$(AXISCPP_HOME)/include -I$(AXISCPP_HOME)/src/common
  +INCLUDES = -I$(AXISCPP_HOME)/include
   subdir = .
   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  
  
  
  1.10      +2 -2      ws-axis/c/src/server/handlers/transport/testhandler2/TestTransport.cpp
  
  Index: TestTransport.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/handlers/transport/testhandler2/TestTransport.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TestTransport.cpp	20 Oct 2003 06:40:24 -0000	1.9
  +++ TestTransport.cpp	21 Oct 2003 05:49:11 -0000	1.10
  @@ -64,8 +64,8 @@
   #include <axis/soap/SoapDeSerializer.h>
   #include <axis/soap/SoapSerializer.h>
   #include <string>
  -#include <AxisTrace.h>
  -#include <AxisException.h>
  +#include <axis/common/AxisTrace.h>
  +#include <axis/common/AxisException.h>
   
   using namespace std;
   
  
  
  
  1.4       +1 -1      ws-axis/c/src/xml/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.am	12 Sep 2003 09:30:11 -0000	1.3
  +++ Makefile.am	21 Oct 2003 05:49:11 -0000	1.4
  @@ -3,4 +3,4 @@
   AM_CPPFLAGS = -Wshadow -Wall -pedantic -ansi
   libxml_la_SOURCES = QName.cpp
   
  -INCLUDE = -I@top_srcdir@/
  +INCLUDES = -I$(AXISCPP_HOME)/include