You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2004/06/13 16:07:54 UTC

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

damitha     2004/06/13 07:07:54

  Modified:    c/src/xml/xerces XMLParserXerces.cpp
  Log:
  
  
  Revision  Changes    Path
  1.3       +1 -1      ws-axis/c/src/xml/xerces/XMLParserXerces.cpp
  
  Index: XMLParserXerces.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/xerces/XMLParserXerces.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLParserXerces.cpp	13 Jun 2004 13:23:44 -0000	1.2
  +++ XMLParserXerces.cpp	13 Jun 2004 14:07:54 -0000	1.3
  @@ -105,6 +105,7 @@
           else if (AXIS_FAIL == m_Xhandler.getStatus()) return NULL;
   		else if (!bCanParseMore) return NULL;
       }
  +    }
       catch(AxisParseException& e)
       {
           throw;
  @@ -116,6 +117,5 @@
       catch(...)
       {
           throw;
  -    }
       }
   }