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 du...@apache.org on 2005/06/08 12:23:02 UTC

cvs commit: ws-axis/c/src/soap Attribute.cpp

dushshantha    2005/06/08 03:23:01

  Modified:    c/src/soap Attribute.cpp
  Log:
  small modoficatin to the Fix to AXISCPP-573
  
  Revision  Changes    Path
  1.39      +0 -2      ws-axis/c/src/soap/Attribute.cpp
  
  Index: Attribute.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/Attribute.cpp,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- Attribute.cpp	7 Jun 2005 11:40:34 -0000	1.38
  +++ Attribute.cpp	8 Jun 2005 10:23:01 -0000	1.39
  @@ -118,7 +118,6 @@
   	{
   
   		
  -		printf("%s\n","not empty");
   		bool bPrefixFound = false;
   		list<Namespace*>::iterator	itCurrNamespaceDecl = m_namespaceDecls.begin();
   
  @@ -133,7 +132,6 @@
   		
   		if( bPrefixFound)
   		{
  -			printf("%s\n","prefix found");
   			setPrefix((*itCurrNamespaceDecl)->getPrefix());
   
   		}