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 2003/08/21 02:33:52 UTC

cvs commit: xml-xalan/c/src/xalanc/XMLSupport FormatterToXMLBase.cpp

dbertoni    2003/08/20 17:33:52

  Modified:    c/src/xalanc/XMLSupport FormatterToXMLBase.cpp
  Log:
  Removed inline keyword from member function.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/c/src/xalanc/XMLSupport/FormatterToXMLBase.cpp
  
  Index: FormatterToXMLBase.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXMLBase.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FormatterToXMLBase.cpp	31 Jul 2003 22:55:59 -0000	1.1
  +++ FormatterToXMLBase.cpp	21 Aug 2003 00:33:52 -0000	1.2
  @@ -203,7 +203,7 @@
   
   
   
  -inline unsigned int
  +unsigned int
   FormatterToXMLBase::decodeUTF16SurrogatePair(
   			XalanDOMChar	theHighSurrogate,
   			XalanDOMChar	theLowSurrogate)
  
  
  

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