mcatan      2004/06/20 10:51:13

  Modified:    include/log4cxx fileappender.h
  Log:
  added virtual modifiers
  
  Revision  Changes    Path
  1.14      +2 -2      logging-log4cxx/include/log4cxx/fileappender.h
  
  Index: fileappender.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/fileappender.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- fileappender.h    13 May 2004 21:14:38 -0000      1.13
  +++ fileappender.h    20 Jun 2004 17:51:13 -0000      1.14
  @@ -122,7 +122,7 @@
   
                <p>Note: Actual opening of the file is made when 
                #activateOptions is called, not when the options are set.  */
  -             void setFile(const String& file);
  +             virtual void setFile(const String& file);
                        
                /**
                Sets and <i>opens</i> the file where the log output will
  @@ -141,7 +141,7 @@
                @param bufferedIO Do we do bufferedIO?
                @param bufferSize How big should the IO buffer be?
                */
  -             void setFile(const String& file, bool append,
  +             virtual void setFile(const String& file, bool append,
                        bool bufferedIO, int bufferSize);
                
                /**
  
  
  

Reply via email to