You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/11/27 20:12:09 UTC

cvs commit: xml-xalan/c/samples/DocumentBuilder DocumentBuilder.cpp

dbertoni    2002/11/27 11:12:09

  Modified:    c/samples/DocumentBuilder DocumentBuilder.cpp
  Log:
  Use macros instead of std::.
  
  Revision  Changes    Path
  1.8       +2 -4      xml-xalan/c/samples/DocumentBuilder/DocumentBuilder.cpp
  
  Index: DocumentBuilder.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/DocumentBuilder/DocumentBuilder.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DocumentBuilder.cpp	26 Nov 2002 02:28:00 -0000	1.7
  +++ DocumentBuilder.cpp	27 Nov 2002 19:12:09 -0000	1.8
  @@ -124,10 +124,8 @@
   		  int			argc,
   		  const char*	/* argv */ [])
   {
  -#if !defined(XALAN_NO_NAMESPACES)
  -  using std::cerr;
  -  using std::endl;
  -#endif
  +	XALAN_USING_STD(cerr)
  +	XALAN_USING_STD(endl)
   
   	int	theResult = 0;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org