summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 08:09:46 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 08:09:46 +0000
commit63f00b04ca53606d27164ec004024b3d46080a78 (patch)
treec2cdb378497b00232d67be90dd5234dfe9463ebd /salhelper
parent4b860e1fbbe7acd81ca72c4c5a5988c6832bdd9f (diff)
INTEGRATION: CWS sb22 (1.2.22); FILE MERGED
2004/08/20 14:35:28 sb 1.2.22.1: #109743# Improved API; disabled copy construction.
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/condition.cxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/salhelper/source/condition.cxx b/salhelper/source/condition.cxx
index f1cf52fba410..c88b656a67ef 100644
--- a/salhelper/source/condition.cxx
+++ b/salhelper/source/condition.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: condition.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: svesik $ $Date: 2004-04-21 12:30:37 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 09:09:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,6 +118,15 @@ ConditionModifier::~ConditionModifier()
* *
******************************************************************/
+ConditionWaiter::timedout::timedout() {}
+
+ConditionWaiter::timedout::timedout(timedout const &) {}
+
+ConditionWaiter::timedout::~timedout() {}
+
+ConditionWaiter::timedout &
+ConditionWaiter::timedout::operator =(timedout const &) { return *this; }
+
ConditionWaiter::ConditionWaiter(Condition& aCond)
: m_aCond(aCond)
{