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

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Oct 12 17:06:09 CDT 2004


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

Modified Files:
	XalanCAPI.cpp 
Log Message:
Xalan files rolled back (stlport needs no modification to code, unlike sgistlport)



CVS User: zolmol

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



More information about the GME-commit mailing list