summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool/current.hxx
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-03-09 11:10:57 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-03-09 11:10:57 +0000
commitfee2a34fc7ce4301dd5335dd7c6072f5696480dd (patch)
tree8d9520635af5a7149d58b21bf75d0a38af80ee15 /cppu/source/threadpool/current.hxx
parent6014186320950379ba1ff0a102f792d233b6babe (diff)
revised function throw () clauses
Diffstat (limited to 'cppu/source/threadpool/current.hxx')
-rw-r--r--cppu/source/threadpool/current.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/threadpool/current.hxx b/cppu/source/threadpool/current.hxx
index 16fa8ba76ee1..2e0a8a32d51e 100644
--- a/cppu/source/threadpool/current.hxx
+++ b/cppu/source/threadpool/current.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: current.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dbo $ $Date: 2000-12-21 14:40:19 $
+ * last change: $Author: dbo $ $Date: 2001-03-09 12:10:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,5 +75,5 @@ struct IdContainer
sal_Sequence * pCurrentId;
};
-IdContainer * getIdContainer() throw ();
+IdContainer * getIdContainer() SAL_THROW( () );
}