tng         2002/08/20 09:55:33

  Modified:    c/src/xercesc/framework XMLElementDecl.hpp
  Log:
  [Bug 6251] Info during compilation.
  
  Revision  Changes    Path
  1.2       +11 -8     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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLElementDecl.hpp        1 Feb 2002 22:21:51 -0000       1.1
  +++ XMLElementDecl.hpp        20 Aug 2002 16:55:33 -0000      1.2
  @@ -56,8 +56,11 @@
   
   /*
    * $Log$
  - * Revision 1.1  2002/02/01 22:21:51  peiyongz
  - * Initial revision
  + * Revision 1.2  2002/08/20 16:55:33  tng
  + * [Bug 6251] Info during compilation.
  + *
  + * Revision 1.1.1.1  2002/02/01 22:21:51  peiyongz
  + * sane_include
    *
    * Revision 1.18  2001/08/21 16:06:10  tng
    * Schema: Unique Particle Attribution Constraint Checking.
  @@ -327,7 +330,7 @@
         *         object. Any previous object is destroyed.
         */
       virtual void setContentSpec(ContentSpecNode* toAdopt) = 0;
  -    
  +
       /** Get a pointer to the abstract content model
         *
         * This method will return a const pointer to the content model object
  @@ -339,8 +342,8 @@
         * @return A pointer to the element's content model, via the basic
         * abstract content model type.
         */
  -    virtual XMLContentModel* getContentModel() = 0;    
  -    
  +    virtual XMLContentModel* getContentModel() = 0;
  +
       /** Set the content model object for this element type
         *
         * This method will adopt the based content model object. This is called
  @@ -352,8 +355,8 @@
         * @param  newModelToAdopt This method will adopt the passed content model
         *         object. Any previous object is destroyed.
         */
  -    virtual void setContentModel(XMLContentModel* const newModelToAdopt) = 0;    
  -    
  +    virtual void setContentModel(XMLContentModel* const newModelToAdopt) = 0;
  +
       /** Geta formatted string of the content model
         *
         * This method is a convenience method which will create a formatted
  @@ -366,7 +369,7 @@
         *         content model. The caller does not own this buffer and should
         *         copy it if it needs to be kept around.
         */
  -    virtual const XMLCh* getFormattedContentModel ()   const = 0;    
  +    virtual const XMLCh* getFormattedContentModel ()   const = 0;
   
       //@}
   
  @@ -394,7 +397,7 @@
         *
         * @return The URI Id of the element decl, or the emptyNamespaceId if not 
applicable.
         */
  -    const unsigned int getURI() const;
  +    unsigned int getURI() const;
   
       /** Get the QName of this element type.
         *
  @@ -603,7 +606,7 @@
       return fElementName->getLocalPart();
   }
   
  -inline const unsigned int XMLElementDecl::getURI() const
  +inline unsigned int XMLElementDecl::getURI() const
   {
       return fElementName->getURI();
   }
  
  
  

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

Reply via email to