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/09/20 20:24:42 UTC

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

auriemma    00/09/20 11:24:42

  Modified:    c/samples/CompileStylesheet CompileStylesheet.cpp
  Log:
  No longer using string class...
  
  Revision  Changes    Path
  1.12      +0 -1      xml-xalan/c/samples/CompileStylesheet/CompileStylesheet.cpp
  
  Index: CompileStylesheet.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/CompileStylesheet/CompileStylesheet.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- CompileStylesheet.cpp	2000/08/31 19:33:12	1.11
  +++ CompileStylesheet.cpp	2000/09/20 18:24:42	1.12
  @@ -55,7 +55,6 @@
   	using std::endl;
   	using std::ifstream;
   	using std::ostrstream;
  -	using std::string;
   #endif
   
   	if (argc != 1)