You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2003/11/27 07:08:19 UTC

cvs commit: xml-xerces/c/src/xercesc/framework XMLElementDecl.hpp

neilg       2003/11/26 22:08:19

  Modified:    c/src/xercesc/framework XMLElementDecl.hpp
  Log:
  mark DOMTypeInfo-related methods on XMLElementDecl deprecated since they are not thread-safe
  
  Revision  Changes    Path
  1.10      +5 -0      xml-xerces/c/src/xercesc/framework/XMLElementDecl.hpp
  
  Index: XMLElementDecl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLElementDecl.hpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- XMLElementDecl.hpp	24 Nov 2003 05:19:15 -0000	1.9
  +++ XMLElementDecl.hpp	27 Nov 2003 06:08:18 -0000	1.10
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.10  2003/11/27 06:08:18  neilg
  + * mark DOMTypeInfo-related methods on XMLElementDecl deprecated since they are not thread-safe
  + *
    * Revision 1.9  2003/11/24 05:19:15  neilg
    * update method documentation
    *
  @@ -477,11 +480,13 @@
   
       /**
        * @return the uri part of DOM Level 3 TypeInfo
  +     * @deprecated
        */
       virtual const XMLCh* getDOMTypeInfoUri() const = 0;
   
       /**
        * @return the name part of DOM Level 3 TypeInfo
  +     * @deprecated
        */
       virtual const XMLCh* getDOMTypeInfoName() const = 0;
   
  
  
  

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