You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2004/10/22 19:35:31 UTC

cvs commit: logging-log4cxx/src appenderskeleton.cpp asyncappender.cpp class.cpp dailyrollingfileappender.cpp datagrampacket.cpp datagramsocket.cpp datelayout.cpp domconfigurator.cpp event.cpp fallbackerrorhandler.cpp fileappender.cpp formattinginfo.cpp objectimpl.cpp patternconverter.cpp patternparser.cpp propertyresourcebundle.cpp resourcebundle.cpp socket.cpp socketappender.cpp sockethubappender.cpp socketimpl.cpp socketinputstream.cpp socketnode.cpp stringmatchfilter.cpp thread.cpp writerappender.cpp

carnold     2004/10/22 10:35:31

  Modified:    include/log4cxx appenderskeleton.h asyncappender.h
                        dailyrollingfileappender.h logger.h patternlayout.h
                        writerappender.h
               include/log4cxx/helpers appenderattachableimpl.h
                        criticalsection.h datagrampacket.h datelayout.h
                        exception.h gnomexml.h object.h objectimpl.h
                        patternparser.h resourcebundle.h
                        socketinputstream.h socketoutputstream.h
                        stringtokenizer.h thread.h
               include/log4cxx/net socketappender.h sockethubappender.h
                        telnetappender.h xmlsocketappender.h
               include/log4cxx/spi filter.h loggingevent.h
               include/log4cxx/varia denyallfilter.h
               include/log4cxx/xml domconfigurator.h
               src      appenderskeleton.cpp asyncappender.cpp class.cpp
                        dailyrollingfileappender.cpp datagrampacket.cpp
                        datagramsocket.cpp datelayout.cpp
                        domconfigurator.cpp event.cpp
                        fallbackerrorhandler.cpp fileappender.cpp
                        formattinginfo.cpp objectimpl.cpp
                        patternconverter.cpp patternparser.cpp
                        propertyresourcebundle.cpp resourcebundle.cpp
                        socket.cpp socketappender.cpp sockethubappender.cpp
                        socketimpl.cpp socketinputstream.cpp socketnode.cpp
                        stringmatchfilter.cpp thread.cpp writerappender.cpp
  Log:
  LOGCXX-32: Missing copy constr and assignment operators
  
  Revision  Changes    Path
  1.14      +1 -1      logging-log4cxx/include/log4cxx/appenderskeleton.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/appenderskeleton.h.diff?r1=1.13&r2=1.14
  
  
  1.13      +11 -6     logging-log4cxx/include/log4cxx/asyncappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/asyncappender.h.diff?r1=1.12&r2=1.13
  
  
  1.11      +20 -15    logging-log4cxx/include/log4cxx/dailyrollingfileappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/dailyrollingfileappender.h.diff?r1=1.10&r2=1.11
  
  
  1.25      +7 -0      logging-log4cxx/include/log4cxx/logger.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/logger.h.diff?r1=1.24&r2=1.25
  
  
  1.18      +1 -1      logging-log4cxx/include/log4cxx/patternlayout.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/patternlayout.h.diff?r1=1.17&r2=1.18
  
  
  1.12      +37 -31    logging-log4cxx/include/log4cxx/writerappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/writerappender.h.diff?r1=1.11&r2=1.12
  
  
  1.11      +11 -8     logging-log4cxx/include/log4cxx/helpers/appenderattachableimpl.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/appenderattachableimpl.h.diff?r1=1.10&r2=1.11
  
  
  1.11      +15 -7     logging-log4cxx/include/log4cxx/helpers/criticalsection.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/criticalsection.h.diff?r1=1.10&r2=1.11
  
  
  1.8       +10 -4     logging-log4cxx/include/log4cxx/helpers/datagrampacket.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/datagrampacket.h.diff?r1=1.7&r2=1.8
  
  
  1.11      +7 -1      logging-log4cxx/include/log4cxx/helpers/datelayout.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/datelayout.h.diff?r1=1.10&r2=1.11
  
  
  1.12      +7 -2      logging-log4cxx/include/log4cxx/helpers/exception.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/exception.h.diff?r1=1.11&r2=1.12
  
  
  1.9       +27 -8     logging-log4cxx/include/log4cxx/helpers/gnomexml.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/gnomexml.h.diff?r1=1.8&r2=1.9
  
  
  1.12      +12 -7     logging-log4cxx/include/log4cxx/helpers/object.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/object.h.diff?r1=1.11&r2=1.12
  
  
  1.15      +13 -6     logging-log4cxx/include/log4cxx/helpers/objectimpl.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/objectimpl.h.diff?r1=1.14&r2=1.15
  
  
  1.11      +37 -25    logging-log4cxx/include/log4cxx/helpers/patternparser.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/patternparser.h.diff?r1=1.10&r2=1.11
  
  
  1.5       +17 -14    logging-log4cxx/include/log4cxx/helpers/resourcebundle.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/resourcebundle.h.diff?r1=1.4&r2=1.5
  
  
  1.11      +9 -4      logging-log4cxx/include/log4cxx/helpers/socketinputstream.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/socketinputstream.h.diff?r1=1.10&r2=1.11
  
  
  1.9       +15 -7     logging-log4cxx/include/log4cxx/helpers/socketoutputstream.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/socketoutputstream.h.diff?r1=1.8&r2=1.9
  
  
  1.7       +9 -4      logging-log4cxx/include/log4cxx/helpers/stringtokenizer.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/stringtokenizer.h.diff?r1=1.6&r2=1.7
  
  
  1.16      +24 -15    logging-log4cxx/include/log4cxx/helpers/thread.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/thread.h.diff?r1=1.15&r2=1.16
  
  
  1.14      +17 -13    logging-log4cxx/include/log4cxx/net/socketappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/socketappender.h.diff?r1=1.13&r2=1.14
  
  
  1.13      +32 -26    logging-log4cxx/include/log4cxx/net/sockethubappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/sockethubappender.h.diff?r1=1.12&r2=1.13
  
  
  1.13      +27 -19    logging-log4cxx/include/log4cxx/net/telnetappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/telnetappender.h.diff?r1=1.12&r2=1.13
  
  
  1.12      +20 -12    logging-log4cxx/include/log4cxx/net/xmlsocketappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/xmlsocketappender.h.diff?r1=1.11&r2=1.12
  
  
  1.13      +13 -10    logging-log4cxx/include/log4cxx/spi/filter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/filter.h.diff?r1=1.12&r2=1.13
  
  
  1.17      +6 -0      logging-log4cxx/include/log4cxx/spi/loggingevent.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/loggingevent.h.diff?r1=1.16&r2=1.17
  
  
  1.11      +7 -4      logging-log4cxx/include/log4cxx/varia/denyallfilter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/varia/denyallfilter.h.diff?r1=1.10&r2=1.11
  
  
  1.18      +24 -17    logging-log4cxx/include/log4cxx/xml/domconfigurator.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/xml/domconfigurator.h.diff?r1=1.17&r2=1.18
  
  
  1.9       +7 -2      logging-log4cxx/src/appenderskeleton.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/appenderskeleton.cpp.diff?r1=1.8&r2=1.9
  
  
  1.12      +15 -15    logging-log4cxx/src/asyncappender.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/asyncappender.cpp.diff?r1=1.11&r2=1.12
  
  
  1.12      +2 -2      logging-log4cxx/src/class.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/class.cpp.diff?r1=1.11&r2=1.12
  
  
  1.7       +22 -12    logging-log4cxx/src/dailyrollingfileappender.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/dailyrollingfileappender.cpp.diff?r1=1.6&r2=1.7
  
  
  1.3       +6 -6      logging-log4cxx/src/datagrampacket.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/datagrampacket.cpp.diff?r1=1.2&r2=1.3
  
  
  1.11      +3 -3      logging-log4cxx/src/datagramsocket.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/datagramsocket.cpp.diff?r1=1.10&r2=1.11
  
  
  1.10      +1 -1      logging-log4cxx/src/datelayout.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/datelayout.cpp.diff?r1=1.9&r2=1.10
  
  
  1.17      +4 -0      logging-log4cxx/src/domconfigurator.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/domconfigurator.cpp.diff?r1=1.16&r2=1.17
  
  
  1.4       +24 -23    logging-log4cxx/src/event.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/event.cpp.diff?r1=1.3&r2=1.4
  
  
  1.6       +1 -0      logging-log4cxx/src/fallbackerrorhandler.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/fallbackerrorhandler.cpp.diff?r1=1.5&r2=1.6
  
  
  1.12      +8 -4      logging-log4cxx/src/fileappender.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/fileappender.cpp.diff?r1=1.11&r2=1.12
  
  
  1.5       +8 -8      logging-log4cxx/src/formattinginfo.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/formattinginfo.cpp.diff?r1=1.4&r2=1.5
  
  
  1.16      +20 -14    logging-log4cxx/src/objectimpl.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/objectimpl.cpp.diff?r1=1.15&r2=1.16
  
  
  1.10      +8 -8      logging-log4cxx/src/patternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/patternconverter.cpp.diff?r1=1.9&r2=1.10
  
  
  1.16      +1 -1      logging-log4cxx/src/patternparser.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/patternparser.cpp.diff?r1=1.15&r2=1.16
  
  
  1.3       +5 -5      logging-log4cxx/src/propertyresourcebundle.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/propertyresourcebundle.cpp.diff?r1=1.2&r2=1.3
  
  
  1.3       +16 -15    logging-log4cxx/src/resourcebundle.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/resourcebundle.cpp.diff?r1=1.2&r2=1.3
  
  
  1.11      +9 -11     logging-log4cxx/src/socket.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/socket.cpp.diff?r1=1.10&r2=1.11
  
  
  1.10      +11 -6     logging-log4cxx/src/socketappender.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/socketappender.cpp.diff?r1=1.9&r2=1.10
  
  
  1.11      +2 -2      logging-log4cxx/src/sockethubappender.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/sockethubappender.cpp.diff?r1=1.10&r2=1.11
  
  
  1.17      +1 -1      logging-log4cxx/src/socketimpl.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/socketimpl.cpp.diff?r1=1.16&r2=1.17
  
  
  1.7       +10 -10    logging-log4cxx/src/socketinputstream.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/socketinputstream.cpp.diff?r1=1.6&r2=1.7
  
  
  1.8       +8 -8      logging-log4cxx/src/socketnode.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/socketnode.cpp.diff?r1=1.7&r2=1.8
  
  
  1.10      +3 -1      logging-log4cxx/src/stringmatchfilter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/stringmatchfilter.cpp.diff?r1=1.9&r2=1.10
  
  
  1.16      +18 -13    logging-log4cxx/src/thread.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/thread.cpp.diff?r1=1.15&r2=1.16
  
  
  1.8       +7 -7      logging-log4cxx/src/writerappender.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/writerappender.cpp.diff?r1=1.7&r2=1.8