diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-05-08 14:55:56 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-05-08 14:55:56 +0000 |
commit | cb137b6a1466cc0be87fd5e10c8de5ecb23118c0 (patch) | |
tree | 9a71b47b0b9f0b638ca8ed4ec4227764198b88e5 /cppu/util/cppu.map | |
parent | 1c1a9144a560f7c5070df23ec2c2b5db54d38862 (diff) |
incompatible change of the uno threadpool
Diffstat (limited to 'cppu/util/cppu.map')
-rwxr-xr-x | cppu/util/cppu.map | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/cppu/util/cppu.map b/cppu/util/cppu.map index 802c18941bbb..68a284538337 100755 --- a/cppu/util/cppu.map +++ b/cppu/util/cppu.map @@ -83,12 +83,13 @@ UDK_2_0_0 { uno_bindIdToCurrentThread; uno_getIdOfCurrentThread; uno_releaseIdFromCurrentThread; - uno_threadpool_enter; - uno_threadpool_createHandle; - uno_threadpool_putRequest; - uno_threadpool_putReply; - uno_threadpool_disposeThreads; - uno_threadpool_stopDisposeThreads; + uno_threadpool_enter + uno_threadpool_create + uno_threadpool_destroy + uno_threadpool_putJob + uno_threadpool_dispose + uno_threadpool_attach + uno_threadpool_detach local: *; }; |