roshan 2003/07/26 05:46:13
Modified: c/vc/common Common.dsp Log: after introducing new Serializer interfaces IWrapperSoapSerializer and IHandlerSoapSerializer Revision Changes Path 1.9 +16 -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.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Common.dsp 24 Jul 2003 05:22:41 -0000 1.8 +++ Common.dsp 26 Jul 2003 12:46:13 -0000 1.9 @@ -171,6 +171,14 @@ # End Source File # Begin Source File +SOURCE=..\..\src\common\IHandlerSoapSerializer.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\common\IHeaderBlock.h +# End Source File +# Begin Source File + SOURCE=..\..\src\common\IMessageData.h # End Source File # Begin Source File @@ -183,11 +191,19 @@ # End Source File # Begin Source File +SOURCE=..\..\src\common\ISoapHeader.h +# End Source File +# Begin Source File + SOURCE=..\..\src\common\ISoapMethod.h # End Source File # Begin Source File SOURCE=..\..\src\common\ISoapSerializer.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\common\IWrapperSoapSerializer.h # End Source File # Begin Source File
