You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/11/14 18:51:17 UTC

cvs commit: xml-xalan/c/src/XSLT ElemTemplateElement.cpp

dbertoni    2002/11/14 09:51:16

  Modified:    c/src/XSLT ElemTemplateElement.cpp
  Log:
  Re-ordered intializer list.
  
  Revision  Changes    Path
  1.87      +3 -3      xml-xalan/c/src/XSLT/ElemTemplateElement.cpp
  
  Index: ElemTemplateElement.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemTemplateElement.cpp,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- ElemTemplateElement.cpp	12 Nov 2002 19:23:41 -0000	1.86
  +++ ElemTemplateElement.cpp	14 Nov 2002 17:51:16 -0000	1.87
  @@ -153,8 +153,8 @@
   			int								xslToken) :
   	XalanElement(),
   	PrefixResolver(),
  -	m_namespacesHandler(),
   	m_stylesheet(stylesheetTree),
  +	m_namespacesHandler(),
   	m_lineNumber(lineNumber),
   	m_columnNumber(columnNumber),
   	m_xslToken(xslToken),
  @@ -163,8 +163,8 @@
   	m_previousSibling(0),
   	m_firstChild(0),
   	m_baseIndentifier(s_emptyString),
  -	m_flags(eCanGenerateAttributes),
  -	m_locatorProxy(*this)
  +	m_locatorProxy(*this),
  +	m_flags(eCanGenerateAttributes)
   {
   }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org