[GME-commit] GMESRC/GME/Include/xalanc/XSLT StylesheetRoot.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/XSLT
In directory braindrain:/tmp/cvs-serv16670/XSLT

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



CVS User: zolmol

Index: StylesheetRoot.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xalanc/XSLT/StylesheetRoot.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** StylesheetRoot.cpp	20 Apr 2004 22:04:17 -0000	1.2
--- StylesheetRoot.cpp	12 Oct 2004 21:06:07 -0000	1.3
***************
*** 801,805 ****
  		assert(m_keyDeclarations.empty() == false);
  
! 		const KeyTablesTableType::iterator	i =
  			theKeysTable.find(theKeyNode);
  
--- 801,805 ----
  		assert(m_keyDeclarations.empty() == false);
  
! 		const KeyTablesTableType::const_iterator	i =
  			theKeysTable.find(theKeyNode);
  



More information about the GME-commit mailing list