[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
- Previous message: [GME-commit]
GMESRC/GME/Include/xalanc/XalanDOM XalanDOMString.cpp,1.1.1.1,1.2
- Next message: [GME-commit]
GMESRC/GME/Lib Xalan-C_1.lib,1.1,1.2 Xalan-C_1D.lib,1.1,1.2
Xalan-C_1_7_0.dll,1.1,1.2 Xalan-C_1_7_0D.dll,1.1,1.2
XalanMessages_1_7_0.dll,1.1,1.2 XalanMessages_1_7_0.lib,1.1,1.2
XalanMessages_1_7_0D.dll,1.1,1.2 XalanMessages_1_7_0D.lib,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 =
- Previous message: [GME-commit]
GMESRC/GME/Include/xalanc/XalanDOM XalanDOMString.cpp,1.1.1.1,1.2
- Next message: [GME-commit]
GMESRC/GME/Lib Xalan-C_1.lib,1.1,1.2 Xalan-C_1D.lib,1.1,1.2
Xalan-C_1_7_0.dll,1.1,1.2 Xalan-C_1_7_0D.dll,1.1,1.2
XalanMessages_1_7_0.dll,1.1,1.2 XalanMessages_1_7_0.lib,1.1,1.2
XalanMessages_1_7_0D.dll,1.1,1.2 XalanMessages_1_7_0D.lib,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list