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/11/28 18:23:37 UTC

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

auriemma    00/11/28 09:23:36

  Modified:    c/samples/ThreadSafe ThreadSafe.cpp
  Log:
  Update sample for latest changes.
  
  Revision  Changes    Path
  1.9       +1 -1      xml-xalan/c/samples/ThreadSafe/ThreadSafe.cpp
  
  Index: ThreadSafe.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/ThreadSafe/ThreadSafe.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ThreadSafe.cpp	2000/09/27 16:46:42	1.8
  +++ ThreadSafe.cpp	2000/11/28 17:23:36	1.9
  @@ -107,7 +107,7 @@
       theFormatterOut << "birds" << number << ".out" << '\0';
   
   	//Generate the XML output object.
  -	XSLTResultTarget	theResultTarget(theFormatterOut.str());
  +	XSLTResultTarget	theResultTarget(XalanDOMString(theFormatterOut.str()));
   
   	// Unfreeze the ostrstream, so memory is returned...
   	theFormatterOut.freeze(false);