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