You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/02/01 23:34:31 UTC

cvs commit: xml-xerces/c/samples/CreateDOMDocument CreateDOMDocument.cpp

peiyongz    02/02/01 14:34:31

  Modified:    c/samples/CreateDOMDocument CreateDOMDocument.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.8       +6 -3      xml-xerces/c/samples/CreateDOMDocument/CreateDOMDocument.cpp
  
  Index: CreateDOMDocument.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/CreateDOMDocument/CreateDOMDocument.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- CreateDOMDocument.cpp	26 Oct 2001 11:55:46 -0000	1.7
  +++ CreateDOMDocument.cpp	1 Feb 2002 22:34:31 -0000	1.8
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: CreateDOMDocument.cpp,v $
  + * Revision 1.8  2002/02/01 22:34:31  peiyongz
  + * sane_include
  + *
    * Revision 1.7  2001/10/26 11:55:46  tng
    * Nest entire test in an inner block for reference counting to recover all document storage when this block exits before XMLPlatformUtils::Terminate is called.
    *
  @@ -93,9 +96,9 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/PlatformUtils.hpp>
  -#include <util/XMLString.hpp>
  -#include <dom/DOM.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/util/XMLString.hpp>
  +#include <xercesc/dom/DOM.hpp>
   #include <iostream.h>
   
   
  
  
  

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