susantha    2003/07/23 03:26:31

  Modified:    c/vc/common Common.dsp
  Log:
  Changes due to moving TypeMapping.* files from src/soap to src/common
  Also added few functions to ISoapSerializer to avoid the need of the 
BasicTypeSerializer code for the Wrapper Classes
  
  Revision  Changes    Path
  1.5       +8 -0      xml-axis/c/vc/common/Common.dsp
  
  Index: Common.dsp
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/vc/common/Common.dsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Common.dsp        21 Jul 2003 14:13:30 -0000      1.4
  +++ Common.dsp        23 Jul 2003 10:26:31 -0000      1.5
  @@ -117,6 +117,10 @@
   
   SOURCE=..\..\src\common\Param.cpp
   # End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\src\common\TypeMapping.cpp
  +# End Source File
   # End Group
   # Begin Group "Header Files"
   
  @@ -192,6 +196,10 @@
   # Begin Source File
   
   SOURCE=..\..\src\common\Param.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\src\common\TypeMapping.h
   # End Source File
   # Begin Source File
   
  
  
  

Reply via email to