You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2004/08/27 09:16:17 UTC

cvs commit: ws-axis/c/samples/server/array ArrayTestPortType.cpp

damitha     2004/08/27 00:16:17

  Modified:    c/samples/server/array ArrayTestPortType.cpp
  Log:
  implemented the server side logic
  
  Revision  Changes    Path
  1.2       +1 -0      ws-axis/c/samples/server/array/ArrayTestPortType.cpp
  
  Index: ArrayTestPortType.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/array/ArrayTestPortType.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ArrayTestPortType.cpp	17 Aug 2004 06:55:51 -0000	1.1
  +++ ArrayTestPortType.cpp	27 Aug 2004 07:16:16 -0000	1.2
  @@ -34,4 +34,5 @@
   }
   intArrayType* ArrayTestPortType::echoIntArray(intArrayType* Value0)  
   {
  +	return Value0;
   }