[GME-commit] GMESRC/GME/Include/xalanc/XalanTransformer XalanCAPI.cpp,1.1.1.1,1.2

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Apr 20 18:04:20 CDT 2004


Update of /var/lib/gme/GMESRC/GME/Include/xalanc/XalanTransformer
In directory braindrain:/tmp/cvs-serv2392/xalanc/XalanTransformer

Modified Files:
	XalanCAPI.cpp 
Log Message:
Modified files for recompilation of XALAN with SGI stl.
Modified Files:
 	xalanc/Include/VCPPDefinitions.hpp 
 	xalanc/PlatformSupport/DoubleSupport.cpp 
 	xalanc/XSLT/StylesheetRoot.cpp 
 	xalanc/XalanDOM/XalanDOMString.cpp 
 	xalanc/XalanTransformer/XalanCAPI.cpp 


CVS User: zolmol

Index: XalanCAPI.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xalanc/XalanTransformer/XalanCAPI.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** XalanCAPI.cpp	8 Apr 2004 07:56:41 -0000	1.1.1.1
--- XalanCAPI.cpp	20 Apr 2004 22:04:17 -0000	1.2
***************
*** 65,69 ****
  #include <cassert>
  #if defined(XALAN_CLASSIC_IOSTREAMS)
! #include <strstream.h>
  #else
  #include <strstream>
--- 65,69 ----
  #include <cassert>
  #if defined(XALAN_CLASSIC_IOSTREAMS)
! #include <strstrea.h> // minor modifications by ZolMol
  #else
  #include <strstream>
***************
*** 384,388 ****
  	const XalanCompiledStylesheet*	theCompiledStylesheet = 0;
  
! 	istrstream	theInputStream(theXSLStream, theXSLStreamLength);
  
  	const int	theResult =
--- 384,388 ----
  	const XalanCompiledStylesheet*	theCompiledStylesheet = 0;
  
! 	istrstream	theInputStream( const_cast<char *>(theXSLStream), theXSLStreamLength); // minor modification by ZolMol
  
  	const int	theResult =
***************
*** 443,447 ****
  	const XalanParsedSource*	theParsedSource = 0;
  
! 	istrstream	theInputStream(theXMLStream, theXMLStreamLength);
  
  	const int	theResult =
--- 443,447 ----
  	const XalanParsedSource*	theParsedSource = 0;
  
! 	istrstream	theInputStream( const_cast<char *>(theXMLStream), theXMLStreamLength); // minor modification by ZolMol
  
  	const int	theResult =



More information about the GME-commit mailing list