mcatan      2004/05/08 06:12:11

  Modified:    include/log4cxx rollingfileappender.h
  Log:
  Fixed MutexException thrown while destroying RollingFileAppender
  
  Revision  Changes    Path
  1.11      +2 -0      logging-log4cxx/include/log4cxx/rollingfileappender.h
  
  Index: rollingfileappender.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/rollingfileappender.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- rollingfileappender.h     24 Apr 2004 06:55:01 -0000      1.10
  +++ rollingfileappender.h     8 May 2004 13:12:11 -0000       1.11
  @@ -67,6 +67,8 @@
                destination for this appender.
                <p>The file will be appended to.  */
                RollingFileAppender(const LayoutPtr& layout, const String& 
fileName);
  +             
  +             ~RollingFileAppender();
   
                /**
                Returns the value of the <b>MaxBackupIndex</b> option.
  
  
  

Reply via email to