mcatan      2004/04/24 01:20:56

  Modified:    include/log4cxx/helpers xml.h
               include/log4cxx/spi errorhandler.h filter.h
               src      patternparser.cpp
  Log:
  trailing comma removed (fix for Solaris)
  
  Revision  Changes    Path
  1.6       +1 -1      logging-log4cxx/include/log4cxx/helpers/xml.h
  
  Index: xml.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/xml.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- xml.h     24 Apr 2004 06:55:01 -0000      1.5
  +++ xml.h     24 Apr 2004 08:20:56 -0000      1.6
  @@ -50,7 +50,7 @@
                        {
                                NOT_IMPLEMENTED_NODE = 0,
                                ELEMENT_NODE = 1,
  -                             DOCUMENT_NODE = 9,
  +                             DOCUMENT_NODE = 9
                        };
                        
                        virtual XMLDOMNodeListPtr getChildNodes() = 0;
  
  
  
  1.13      +1 -1      logging-log4cxx/include/log4cxx/spi/errorhandler.h
  
  Index: errorhandler.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/spi/errorhandler.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- errorhandler.h    24 Apr 2004 06:55:02 -0000      1.12
  +++ errorhandler.h    24 Apr 2004 08:20:56 -0000      1.13
  @@ -43,7 +43,7 @@
                                CLOSE_FAILURE = 3,
                                FILE_OPEN_FAILURE = 4,
                                MISSING_LAYOUT = 5,
  -                             ADDRESS_PARSE_FAILURE = 6,
  +                             ADDRESS_PARSE_FAILURE = 6
                        };
                };
   
  
  
  
  1.12      +1 -1      logging-log4cxx/include/log4cxx/spi/filter.h
  
  Index: filter.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/spi/filter.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- filter.h  24 Apr 2004 06:55:02 -0000      1.11
  +++ filter.h  24 Apr 2004 08:20:56 -0000      1.12
  @@ -95,7 +95,7 @@
               The log event must be logged immediately without consulting with
               the remaining filters, if any, in the chain.
                        */
  -                     ACCEPT = 1,
  +                     ACCEPT = 1
   
                        };
   
  
  
  
  1.14      +1 -1      logging-log4cxx/src/patternparser.cpp
  
  Index: patternparser.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/patternparser.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- patternparser.cpp 22 Apr 2004 21:21:33 -0000      1.13
  +++ patternparser.cpp 24 Apr 2004 08:20:56 -0000      1.14
  @@ -50,7 +50,7 @@
        THREAD_CONVERTER,
        LEVEL_CONVERTER,
        NDC_CONVERTER,
  -     MESSAGE_CONVERTER,
  +     MESSAGE_CONVERTER
   };
   
   
  
  
  

Reply via email to