Changeset 1869
- Timestamp:
- 09/10/2007 00:33:24 (15 months ago)
- Files:
-
- 1 modified
-
box/trunk/lib/common/Logging.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/Logging.h
r1864 r1869 50 50 std::setw(10) << \ 51 51 std::setfill('0') << \ 52 (accno) \\52 (accno) << \\ 53 53 std::dec 54 54 … … 56 56 std::hex << \ 57 57 std::showbase << \ 58 (objectid) 58 (objectid) << \\ 59 std::dec 59 60 60 61 #undef ERROR
