dbertoni    2003/07/14 21:53:43

  Modified:    c/src/xalanc/XMLSupport FormatterToXML_UTF8.hpp
                        FormatterToXML_UTF16.hpp
  Log:
  Removed trailing commas from enums.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF8.hpp
  
  Index: FormatterToXML_UTF8.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF8.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FormatterToXML_UTF8.hpp   15 Jul 2003 01:02:17 -0000      1.1
  +++ FormatterToXML_UTF8.hpp   15 Jul 2003 04:53:43 -0000      1.2
  @@ -659,7 +659,7 @@
                        kAttributeSpecial = 2,  // A flag to indicate a value 
in s_specialChars applies to attributes
                        kBothSpecial = 3,               // A flag t0 indicate a 
value in s_specialChars applies to both content and attributes
                        kSpecialsSize = 0x80,   // The size of s_specialChars
  -                     kBufferSize = 512,              // The size of the 
buffer
  +                     kBufferSize = 512               // The size of the 
buffer
        };
   
        static bool
  
  
  
  1.2       +1 -1      
xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.hpp
  
  Index: FormatterToXML_UTF16.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FormatterToXML_UTF16.hpp  15 Jul 2003 01:02:17 -0000      1.1
  +++ FormatterToXML_UTF16.hpp  15 Jul 2003 04:53:43 -0000      1.2
  @@ -609,7 +609,7 @@
                        kAttributeSpecial = 2,  // A flag to indicate a value 
in s_specialChars applies to attributes
                        kBothSpecial = 3,               // A flag t0 indicate a 
value in s_specialChars applies to both content and attributes
                        kSpecialsSize = 0x80,   // The size of s_specialChars
  -                     kBufferSize = 512,              // The size of the 
buffer
  +                     kBufferSize = 512               // The size of the 
buffer
        };
   
        static bool
  
  
  

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

Reply via email to