susantha 2003/07/21 07:13:30
Modified: c/vc/common Common.dsp Log: Introduced Interfaces to AccessBean, ArrayBean and Param classes for 1. Making wrapper class API simple 2. Avoid code duplication in Webservice DLLs (Web service DLLs having its own copy of linked code) Revision Changes Path 1.4 +20 -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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Common.dsp 15 Jul 2003 07:54:34 -0000 1.3 +++ Common.dsp 21 Jul 2003 14:13:30 -0000 1.4 @@ -91,6 +91,10 @@ # End Source File # Begin Source File +SOURCE=..\..\src\common\ArrayBean.cpp +# End Source File +# Begin Source File + SOURCE=..\..\src\common\AxisException.cpp # End Source File # Begin Source File @@ -123,6 +127,10 @@ # End Source File # Begin Source File +SOURCE=..\..\src\common\ArrayBean.h +# End Source File +# Begin Source File + SOURCE=..\..\src\common\AxisException.h # End Source File # Begin Source File @@ -147,7 +155,19 @@ # End Source File # Begin Source File +SOURCE=..\..\src\common\IAccessBean.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\common\IArrayBean.h +# End Source File +# Begin Source File + SOURCE=..\..\src\common\IMessageData.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\common\IParam.h # End Source File # Begin Source File
