dbertoni    00/07/21 12:17:58

  Modified:    c/samples/SimpleTransform SimpleTransform.cpp
  Log:
  Added terminator function calls.
  
  Revision  Changes    Path
  1.6       +4 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SimpleTransform.cpp       2000/06/02 15:51:43     1.5
  +++ SimpleTransform.cpp       2000/07/21 19:17:56     1.6
  @@ -117,6 +117,10 @@
                                                theResultTarget,
                                                theConstructionContext,
                                                theExecutionContext);
  +
  +                     // Call the static terminators...
  +                     XMLPlatformUtils::Terminate();
  +                     XSLTEngineImpl::Terminate();
                }
                catch(...)
                {
  
  
  

Reply via email to