You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by au...@locus.apache.org on 2000/08/28 16:21:58 UTC

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

auriemma    00/08/28 07:21:54

  Modified:    c/samples/SimpleTransform SimpleTransform.cpp
  Log:
  Made some minor changes to support UNIX platforms.
  
  Revision  Changes    Path
  1.8       +5 -0      xml-xalan/c/samples/SimpleTransform/SimpleTransform.cpp
  
  Index: SimpleTransform.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/SimpleTransform/SimpleTransform.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SimpleTransform.cpp	2000/08/10 19:14:01	1.7
  +++ SimpleTransform.cpp	2000/08/28 14:21:50	1.8
  @@ -1,3 +1,8 @@
  +// Base header file.  Must be first.
  +#include <Include/PlatformDefinitions.hpp>
  +
  +
  +
   #include <iostream>
   #include <fstream>