Changeset 1809
- Timestamp:
- 02/09/2007 00:04:32 (16 months ago)
- Files:
-
- 1 modified
-
box/chris/general/lib/common/Logging.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/lib/common/Logging.h
r1784 r1809 48 48 std::showbase << \ 49 49 std::internal << \ 50 std::setw( 8) << \50 std::setw(10) << \ 51 51 std::setfill('0') << \ 52 52 (accno)
