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/20 08:42:30 UTC

cvs commit: ws-axis/c/src/xml QName.cpp

susantha    2003/10/19 23:42:30

  Modified:    c/src/xml QName.cpp
  Log:
  updated include paths to point to new include file folder structure
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/src/xml/QName.cpp
  
  Index: QName.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/QName.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- QName.cpp	27 Jun 2003 04:56:16 -0000	1.1
  +++ QName.cpp	20 Oct 2003 06:42:30 -0000	1.2
  @@ -65,7 +65,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include "QName.h"
  +#include <axis/xml/QName.h>
   
   //////////////////////////////////////////////////////////////////////
   // Construction/Destruction