cargilld    2003/12/19 15:02:43

  Modified:    c/src/xercesc/framework/psvi XSAttributeUse.hpp
               c/src/xercesc/internal XMLGrammarPoolImpl.hpp
                        XTemplateComparator.cpp
  Log:
  Fix compiler messages on OS390.
  
  Revision  Changes    Path
  1.7       +4 -1      xml-xerces/c/src/xercesc/framework/psvi/XSAttributeUse.hpp
  
  Index: XSAttributeUse.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSAttributeUse.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XSAttributeUse.hpp        17 Dec 2003 20:50:34 -0000      1.6
  +++ XSAttributeUse.hpp        19 Dec 2003 23:02:43 -0000      1.7
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.7  2003/12/19 23:02:43  cargilld
  + * Fix compiler messages on OS390.
  + *
    * Revision 1.6  2003/12/17 20:50:34  knoaman
    * PSVI: fix for annotation of attributes in attributeGroup/derived types
    *
  @@ -125,7 +128,7 @@
       //@}
   
       //---------------------
  -    /** @name XSAttributeUse methods /
  +    /** @name XSAttributeUse methods */
   
       //@{
   
  
  
  
  1.14      +9 -2      xml-xerces/c/src/xercesc/internal/XMLGrammarPoolImpl.hpp
  
  Index: XMLGrammarPoolImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/XMLGrammarPoolImpl.hpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- XMLGrammarPoolImpl.hpp    21 Nov 2003 22:38:50 -0000      1.13
  +++ XMLGrammarPoolImpl.hpp    19 Dec 2003 23:02:43 -0000      1.14
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.14  2003/12/19 23:02:43  cargilld
  + * Fix compiler messages on OS390.
  + *
    * Revision 1.13  2003/11/21 22:38:50  neilg
    * Enable grammar pools and grammar resolvers to manufacture
    * XSModels.  This also cleans up handling in the
  @@ -234,7 +237,7 @@
       //@}
        
       // -----------------------------------------------------------------------
  -    /** @name  schema component model support
  +    /** @name  schema component model support */
       // -----------------------------------------------------------------------      
                                                  
       //@{
   
  
  
  
  1.3       +4 -2      xml-xerces/c/src/xercesc/internal/XTemplateComparator.cpp
  
  Index: XTemplateComparator.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/XTemplateComparator.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XTemplateComparator.cpp   17 Dec 2003 00:18:34 -0000      1.2
  +++ XTemplateComparator.cpp   19 Dec 2003 23:02:43 -0000      1.3
  @@ -55,8 +55,10 @@
    */
   
   /*
  -/*
    * $Log$
  + * Revision 1.3  2003/12/19 23:02:43  cargilld
  + * Fix compiler messages on OS390.
  + *
    * Revision 1.2  2003/12/17 00:18:34  cargilld
    * Update to memory management so that the static memory manager (one used to call 
Initialize) is only for static data.
    *
  
  
  

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

Reply via email to