You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2002/09/05 18:48:46 UTC

cvs commit: xml-xerces/c/src/xercesc/dom/deprecated DOMString.cpp

jberry      2002/09/05 09:48:46

  Modified:    c/src/xercesc/dom/deprecated DOMString.cpp
  Log:
  Eliminate compiler warning: add forward declaration for getDomConverter()
  
  Revision  Changes    Path
  1.4       +3 -1      xml-xerces/c/src/xercesc/dom/deprecated/DOMString.cpp
  
  Index: DOMString.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/deprecated/DOMString.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DOMString.cpp	12 Jun 2002 17:16:42 -0000	1.3
  +++ DOMString.cpp	5 Sep 2002 16:48:46 -0000	1.4
  @@ -83,6 +83,8 @@
   //----------------------------------------------
   static void reinitDomConverter();
   static void reinitDomMutex();
  +XMLLCPTranscoder*  getDomConverter();
  +
   
   // ---------------------------------------------------------------------------
   //  Local static functions
  
  
  

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