You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by su...@apache.org on 2003/10/02 10:31:57 UTC

cvs commit: ws-axis/c/src/client/samples/Calculator CalcClient.cpp

susantha    2003/10/02 01:31:57

  Modified:    c/src/client/samples/Calculator CalcClient.cpp
  Log:
  Improved client with a method that is passed and returned an array
  
  Revision  Changes    Path
  1.6       +1 -1      ws-axis/c/src/client/samples/Calculator/CalcClient.cpp
  
  Index: CalcClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/samples/Calculator/CalcClient.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- CalcClient.cpp	30 Sep 2003 09:04:54 -0000	1.5
  +++ CalcClient.cpp	2 Oct 2003 08:31:57 -0000	1.6
  @@ -28,4 +28,4 @@
   	}
   	printf("Done\n");
   	return 0;
  -}
  +}
  \ No newline at end of file