diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-07-26 06:46:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-07-26 06:46:09 +0000 |
commit | ace4a7edb49b46c4a2617a0c88641f9141cf0806 (patch) | |
tree | f4602a1d64f46f5a32753977756288c56c5064ba /sal | |
parent | 4ea6610655980b3194e61b3fa11c943a207f3cd1 (diff) |
INTEGRATION: CWS presfixes10 (1.53.82); FILE MERGED
2006/07/11 10:57:38 dbo 1.53.82.5: RESYNC: (1.53-1.56); FILE MERGED
2005/11/25 11:16:01 dbo 1.53.82.4: outlining mutex, supporting "all"
2005/11/25 10:01:35 dbo 1.53.82.3: corrected map file
2005/11/24 19:39:12 dbo 1.53.82.2: corrected map file
2005/11/22 17:12:42 dbo 1.53.82.1: shifted internal allocator.hxx => rtl/allocator.hxx
Diffstat (limited to 'sal')
-rwxr-xr-x | sal/util/sal.map | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index 7895982844e2..79e4bcb8f1ef 100755 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -551,3 +551,12 @@ UDK_3.5 { rtl_cache_free; } UDK_3.4; +PRIVATE_1.0 { + global: + osl_detail_ObjectRegistry_storeAddresses; + osl_detail_ObjectRegistry_checkObjectCount; + osl_detail_ObjectRegistry_registerObject; + osl_detail_ObjectRegistry_revokeObject; + osl_detail_ObjectRegistry_getMutex; +}; + |