dbertoni 01/11/05 21:52:31
Modified: c/src/XalanTransformer XercesDOMWrapperParsedSource.cpp
Log:
Re-ordered initializers.
Revision Changes Path
1.2 +1 -1
xml-xalan/c/src/XalanTransformer/XercesDOMWrapperParsedSource.cpp
Index: XercesDOMWrapperParsedSource.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XalanTransformer/XercesDOMWrapperParsedSource.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XercesDOMWrapperParsedSource.cpp 2001/09/14 20:50:17 1.1
+++ XercesDOMWrapperParsedSource.cpp 2001/11/06 05:52:31 1.2
@@ -102,8 +102,8 @@
const XalanDOMString& theURI) :
XalanParsedSource(),
m_parserLiaison(theParserLiaison),
- m_parsedSource(theParserLiaison.createDocument(theDocument)),
m_domSupport(theDOMSupport),
+ m_parsedSource(theParserLiaison.createDocument(theDocument)),
m_uri(theURI)
{
assert(m_parsedSource != 0);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]