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 wh...@apache.org on 2005/02/18 15:23:03 UTC

cvs commit: ws-axis/c/vc AxisClientDLL.dsp

whitlock    2005/02/18 06:23:03

  Modified:    c/src/soap Makefile.am
               c/vc     AxisClientDLL.dsp
  Log:
  Add SoapFaultException to Makefile.am and MSVC project
  
  Revision  Changes    Path
  1.37      +1 -0      ws-axis/c/src/soap/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/Makefile.am,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- Makefile.am	26 Jan 2005 14:16:06 -0000	1.36
  +++ Makefile.am	18 Feb 2005 14:23:03 -0000	1.37
  @@ -21,6 +21,7 @@
           AxisSoapException.cpp \
           SoapAttachment.cpp \
           SoapAttachementHeaders.cpp \
  +        SoapFaultException.cpp \
           xsd/Int.cpp \
           xsd/Integer.cpp \
           xsd/Long.cpp \
  
  
  
  1.47      +4 -0      ws-axis/c/vc/AxisClientDLL.dsp
  
  Index: AxisClientDLL.dsp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/AxisClientDLL.dsp,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- AxisClientDLL.dsp	26 Jan 2005 14:16:06 -0000	1.46
  +++ AxisClientDLL.dsp	18 Feb 2005 14:23:03 -0000	1.47
  @@ -486,6 +486,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\src\soap\SoapFaultException.cpp
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\src\soap\SoapHeader.cpp
   # End Source File
   # Begin Source File