- Timestamp:
- 22/01/2012 16:20:06 (4 months ago)
- File:
-
- 1 edited
-
box/trunk/lib/common/Box.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/Box.h
r2613 r3061 104 104 #define THROW_EXCEPTION(type, subtype) \ 105 105 { \ 106 if(!HideExceptionMessageGuard::ExceptionsHidden()) \ 106 if(!HideExceptionMessageGuard::ExceptionsHidden() \ 107 || Logging::IsEnabled(Log::EVERYTHING)) \ 107 108 { \ 108 109 OPTIONAL_DO_BACKTRACE \
Note: See TracChangeset
for help on using the changeset viewer.
