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 ro...@apache.org on 2003/10/19 19:06:07 UTC

cvs commit: ws-axis/c/src/wsdd WSDDDeployment.cpp

roshan      2003/10/19 10:06:07

  Modified:    c/src/wsdd WSDDDeployment.cpp
  Log:
  fixed a problem
  
  Revision  Changes    Path
  1.13      +0 -1      ws-axis/c/src/wsdd/WSDDDeployment.cpp
  
  Index: WSDDDeployment.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdd/WSDDDeployment.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- WSDDDeployment.cpp	16 Oct 2003 12:31:05 -0000	1.12
  +++ WSDDDeployment.cpp	19 Oct 2003 17:06:07 -0000	1.13
  @@ -261,7 +261,6 @@
   			if(i != ((inAllowedMethodsArray.m_Size)-1)) {
   				strcat(achTmpChar, " ");
   			}
  -			i++;
   		}
   
   		strcat(achTmpChar, "\"/>\n </service>\n");