susantha 2003/09/01 00:52:45
Modified: c/vc/common Common.dsp
c/vc/server/samples samples.dsw
Log:
Changed code base to support wrapping C web services.
Also new mechanism removes the restrictions we had when writing complex types.
Added 2 new samples too.
Revision Changes Path
1.14 +0 -12 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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Common.dsp 27 Aug 2003 12:19:39 -0000 1.13
+++ Common.dsp 1 Sep 2003 07:52:45 -0000 1.14
@@ -87,10 +87,6 @@
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
-SOURCE=..\..\src\common\AccessBean.cpp
-# End Source File
-# Begin Source File
-
SOURCE=..\..\src\common\ArrayBean.cpp
# End Source File
# Begin Source File
@@ -131,10 +127,6 @@
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
-SOURCE=..\..\src\common\AccessBean.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\src\common\ArrayBean.h
# End Source File
# Begin Source File
@@ -164,10 +156,6 @@
# Begin Source File
SOURCE=..\..\src\common\Handler.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\common\IAccessBean.h
# End Source File
# Begin Source File
1.3 +12 -0 xml-axis/c/vc/server/samples/samples.dsw
Index: samples.dsw
===================================================================
RCS file: /home/cvs/xml-axis/c/vc/server/samples/samples.dsw,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- samples.dsw 16 Jul 2003 14:23:33 -0000 1.2
+++ samples.dsw 1 Sep 2003 07:52:45 -0000 1.3
@@ -63,6 +63,18 @@
###############################################################################
+Project: "cservice"=".\cservice\cservice.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
Project: "webservicewrapper"=".\webservicewrapper\webservicewrapper.dsp" - Package Owner=<4>
Package=<5>
|