INTEGRATION: CWS presfixes02 (1.2.2); FILE MERGED

2005/03/17 09:32:21 dbo 1.2.2.1: #i39513# modified sception handling switch
This commit is contained in:
Rüdiger Timm
2005-03-30 07:18:13 +00:00
parent 770d25feee
commit b551e977af

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: scopeguard.cxx,v $ * $RCSfile: scopeguard.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: vg $ $Date: 2005-03-10 14:00:09 $ * last change: $Author: rt $ $Date: 2005-03-30 08:18:13 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -69,7 +69,7 @@ ScopeGuard::~ScopeGuard()
{ {
if (m_func) if (m_func)
{ {
if (m_bIgnoreExceptions) if (m_excHandling == IGNORE_EXCEPTIONS)
{ {
try { try {
m_func(); m_func();