neilg       2003/11/23 21:19:15

  Modified:    c/src/xercesc/framework XMLAttDef.hpp XMLElementDecl.hpp
  Log:
  update method documentation
  
  Revision  Changes    Path
  1.11      +8 -1      xml-xerces/c/src/xercesc/framework/XMLAttDef.hpp
  
  Index: XMLAttDef.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLAttDef.hpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XMLAttDef.hpp     10 Oct 2003 16:23:29 -0000      1.10
  +++ XMLAttDef.hpp     24 Nov 2003 05:19:15 -0000      1.11
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.11  2003/11/24 05:19:15  neilg
  + * update method documentation
  + *
    * Revision 1.10  2003/10/10 16:23:29  peiyongz
    * Implementation of Serialization/Deserialization
    *
  @@ -357,6 +360,7 @@
         *
         * @return Returns a boolean value that indicates whether this attribute
         *         was explicitly provided.
  +      * @deprecated
         */
       bool getProvided() const;
   
  @@ -413,11 +417,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;
   
  @@ -458,6 +464,7 @@
         * attributes that have been explicitly provided.
         *
         * @param  newValue The new provided state to set
  +      * @deprecated
         */
       void setProvided(const bool newValue);
   
  
  
  
  1.9       +10 -1     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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- XMLElementDecl.hpp        10 Oct 2003 16:23:29 -0000      1.8
  +++ XMLElementDecl.hpp        24 Nov 2003 05:19:15 -0000      1.9
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.9  2003/11/24 05:19:15  neilg
  + * update method documentation
  + *
    * Revision 1.8  2003/10/10 16:23:29  peiyongz
    * Implementation of Serialization/Deserialization
    *
  @@ -199,6 +202,10 @@
           , JustFaultIn
       };
   
  +    /**
  +     * @deprecated Use of addIfNotFound couldl produce undefined 
  +     * behaviour in multithreaded environments.
  +     */
       enum LookupOpts
       {
           AddIfNotFound
  @@ -258,6 +265,8 @@
         * defaulted in if not found. If it is defaulted in, then wasAdded should
         * be set, else it should be cleared. If its not found and the caller does
         * not want defaulting, then return a null pointer.
  +      * Note that, in a multithreaded environment, it is dangerous for a 
  +      * caller to invoke this method with options set to AddIfNotFound.
         *
         * @param  qName       This is the qName of the attribute, i.e. the actual
         *                     lexical name found.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to