diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2000-12-21 13:39:29 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2000-12-21 13:39:29 +0000 |
commit | 61193f586ba392e6da6955800945ec9da6830991 (patch) | |
tree | aafc6547d85683cd942b642987f5d9eb6187e744 /cppu/source/threadpool/makefile.mk | |
parent | 8c3c9f8b9121f0be8d18e40b1e1548d207e1c47f (diff) |
empty throw () clauses
Diffstat (limited to 'cppu/source/threadpool/makefile.mk')
-rw-r--r-- | cppu/source/threadpool/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cppu/source/threadpool/makefile.mk b/cppu/source/threadpool/makefile.mk index 7a82725ba517..ac2397673bcc 100644 --- a/cppu/source/threadpool/makefile.mk +++ b/cppu/source/threadpool/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 15:25:52 $ +# last change: $Author: dbo $ $Date: 2000-12-21 14:39:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,7 +77,8 @@ SLOFILES=\ $(SLO)$/threadpool.obj\ $(SLO)$/jobqueue.obj\ $(SLO)$/thread.obj\ - $(SLO)$/threadident.obj + $(SLO)$/threadident.obj\ + $(SLO)$/current.obj # $(SLO)$/threadpool.obj \ # $(SLO)$/process.obj \ |