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 wh...@apache.org on 2004/10/28 12:55:29 UTC

cvs commit: ws-axis/c/src/soap SoapEnvelope.h

whitlock    2004/10/28 03:55:29

  Modified:    c/src/soap SoapEnvelope.h
  Log:
  Rename external C++ headers to .hpp
  
  Revision  Changes    Path
  1.15      +1 -1      ws-axis/c/src/soap/SoapEnvelope.h
  
  Index: SoapEnvelope.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/SoapEnvelope.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- SoapEnvelope.h	6 Aug 2004 14:44:36 -0000	1.14
  +++ SoapEnvelope.h	28 Oct 2004 10:55:28 -0000	1.15
  @@ -19,7 +19,7 @@
   
   #include "SoapHeader.h"
   #include "SoapBody.h"
  -#include <axis/server/SoapEnvVersions.h>
  +#include <axis/server/SoapEnvVersions.hpp>
   
   /*
    * @class SoapEnvelope