From ace4a7edb49b46c4a2617a0c88641f9141cf0806 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 26 Jul 2006 06:46:09 +0000 Subject: 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 --- sal/util/sal.map | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sal') 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; +}; + -- cgit