diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2002-08-19 06:18:50 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2002-08-19 06:18:50 +0000 |
commit | 230d11f43273266e9ff30ec4f5314d431de78e8b (patch) | |
tree | 20eb334e674d35a1397ba0d062bc42b661db6b58 /cppu/util | |
parent | 796a0ababd0e3149da3e92af96004d4796ce00d3 (diff) |
#102391# introducing some base type extensions
Diffstat (limited to 'cppu/util')
-rwxr-xr-x | cppu/util/cppu.map | 3 | ||||
-rw-r--r-- | cppu/util/makefile.mk | 7 |
2 files changed, 7 insertions, 3 deletions
diff --git a/cppu/util/cppu.map b/cppu/util/cppu.map index 5e20ab3a4164..c146ac03597c 100755 --- a/cppu/util/cppu.map +++ b/cppu/util/cppu.map @@ -47,6 +47,7 @@ UDK_3_0_0 { uno_type_copyAndConvertData; uno_assignData; uno_type_assignData; + uno_type_isAssignableFromData; uno_any_assign; uno_type_any_assign; @@ -91,6 +92,8 @@ UDK_3_0_0 { uno_threadpool_dispose; uno_threadpool_attach; uno_threadpool_detach; + + __cppu_unsatisfied_query_msg; local: *; }; diff --git a/cppu/util/makefile.mk b/cppu/util/makefile.mk index e3cc6be229f8..78c179ad5140 100644 --- a/cppu/util/makefile.mk +++ b/cppu/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: svesik $ $Date: 2002-03-11 21:15:38 $ +# last change: $Author: dbo $ $Date: 2002-08-19 07:18:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,7 +78,8 @@ UNIXVERSIONNAMES=UDK SHL1LIBS= \ $(SLB)$/cppu_typelib.lib \ $(SLB)$/cppu_uno.lib \ - $(SLB)$/cppu_threadpool.lib + $(SLB)$/cppu_threadpool.lib \ + $(SLB)$/cppu_cppu.lib SHL1TARGET=$(TARGET) |