diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-12-11 11:30:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-12-11 11:30:22 +0000 |
commit | fc429a53341362a02eccf361183b30c48b9aff7d (patch) | |
tree | c94c8d0e3278827fa102b880b62c9be97a0b2718 /sal | |
parent | d6a12c7a8e6d7810c1d850659f06c70c89548129 (diff) |
INTEGRATION: CWS qadev14 (1.2.26); FILE MERGED
2003/12/03 08:58:18 lla 1.2.26.1: #114060# do not throw in dtors
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/condition/osl_Condition.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sal/qa/osl/condition/osl_Condition.cxx b/sal/qa/osl/condition/osl_Condition.cxx index c8727b73d023..b80d2a5cc4d9 100644 --- a/sal/qa/osl/condition/osl_Condition.cxx +++ b/sal/qa/osl/condition/osl_Condition.cxx @@ -2,9 +2,9 @@ * * $RCSfile: osl_Condition.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2003-09-08 13:20:34 $ + * last change: $Author: kz $ $Date: 2003-12-11 12:30:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -129,7 +129,8 @@ public: ~ConditionThread( ) { - CPPUNIT_ASSERT_MESSAGE( "#ConditionThread does not shutdown properly.\n", sal_False == this -> isRunning( ) ); + // LLA: do not throw in DTors! + // LLA: CPPUNIT_ASSERT_MESSAGE( "#ConditionThread does not shutdown properly.\n", sal_False == this -> isRunning( ) ); } protected: ::osl::Condition& m_MyCon; |