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 sa...@apache.org on 2005/06/20 12:14:14 UTC

cvs commit: ws-axis/c/include/axis/client Call.hpp Stub.hpp

samisa      2005/06/20 03:14:14

  Modified:    c/include/axis/client Call.hpp Stub.hpp
  Log:
  Removed revision comments as most of those are outdated and also
  because one can extract the revisions from cvs
  
  Revision  Changes    Path
  1.33      +0 -17     ws-axis/c/include/axis/client/Call.hpp
  
  Index: Call.hpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/client/Call.hpp,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- Call.hpp	16 Jun 2005 14:19:15 -0000	1.32
  +++ Call.hpp	20 Jun 2005 10:14:13 -0000	1.33
  @@ -28,23 +28,6 @@
    * @author Samisa Abeysinghe (sabeysinghe@virtusa.com)
    */
    
  -/*
  - * Revision 1.1  2004/05/24 samisa
  - * Added accesser to transport 
  - */
  - 
  -/*
  - * Revision 1.2  2004/05/25 samisa
  - * Added accesser to SOAP serializer 
  - */
  -
  -/*
  - * Revision 1.3  2004/05/31 samisa
  - * Added setProxy
  - */
  -
  -/* Call.h: interface for the Call class.*/
  -
   
   #if !defined(_CALL_H____OF_AXIS_INCLUDED_)
   #define _CALL_H____OF_AXIS_INCLUDED_
  
  
  
  1.23      +0 -42     ws-axis/c/include/axis/client/Stub.hpp
  
  Index: Stub.hpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/client/Stub.hpp,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- Stub.hpp	17 Jun 2005 15:37:28 -0000	1.22
  +++ Stub.hpp	20 Jun 2005 10:14:13 -0000	1.23
  @@ -24,48 +24,6 @@
    * application some added functionality to manipulate the SOAP messages. 
    */
    
  -/*
  - * Revision 1.1  2004/05/31 samisa
  - * Added setProxy
  - */
  -
  -/*
  - * Revision 1.2  2004/05/31 roshan
  - * Added calling conventions
  - */
  -
  -/*
  - * Revision 1.3  2004/06/01 roshan
  - * Added setSOAPMethodAttribute
  - */
  -
  -/*
  - * Revision 1.4  2004/06/08 samisa
  - * Added setTransportTimeout
  - */
  -
  -/*
  - * Revision 1.5  2004/06/10 samisa
  - * Added doxygen comments to help autobuild API docs
  - */
  -
  -/*
  - * Revision 1.6  2004/06/13 roshan
  - * Added doxygen comments to help autobuild API docs
  - */
  -
  -/*
  - * Revision 1.7  2004/06/13 susantha
  - * Added support for writing C web services and handlers
  - */
  -
  -/*
  - * Revision 1.8  2005/01/06 roshan
  - * Added the method:
  - *  IHeaderBlock* createSOAPHeaderBlock(AxisChar * pachLocalName,
  - *   AxisChar * pachUri, AxisChar * pachPrefix);
  - */
  -
   #if !defined(_STUB_H____OF_AXIS_INCLUDED_)
   #define _STUB_H____OF_AXIS_INCLUDED_