Changeset 548 for library/bdm/base

Show
Ignore:
Timestamp:
08/18/09 11:06:04 (15 years ago)
Author:
vbarta
Message:

added memlog test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/loggers.h

    r529 r548  
    3535        string itfilename; 
    3636public: 
    37         //!Default constructor 
    3837        memlog ( int maxlen0, string itf = "" ) : maxlen ( maxlen0 ), ind ( 0 ), vectors ( 0 ), itfilename ( itf ) {} 
    3938 
    40         memlog() : ind ( 0 ), vectors ( 0 ) {} 
     39        //!Default constructor 
     40        memlog() : maxlen ( 0 ), ind ( 0 ), vectors ( 0 ) {} 
    4141 
    4242        //! Initialize storage