Changeset 4846 for branches/erijo-dev

Show
Ignore:
Timestamp:
01/28/07 02:30:00 (23 months ago)
Author:
erijo
Message:

Updated documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/erijo-dev/licq/src/logserializer.h

    r4839 r4846  
    3333    \brief An implementation of ILog that serialize logging for multiple threads. 
    3434 
    35      By giving each thread a separate instance of TLogSerializer initialized with 
    36      the same log backend, multiple threads can log to the same log backend without 
    37      the backend having to be thread safe. 
     35     By giving each thread the same instance of TLogSerializer, multiple threads 
     36     can log to the same log backend without the backend having to be thread safe. 
    3837 
    3938     TLogSerializer implements the decorator design pattern.