diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2003-05-08 11:41:06 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2003-05-08 11:41:06 +0000 |
commit | d1b2853eff6c8f17d6faf07ff49a062627321175 (patch) | |
tree | f8450c46d87c68796ad1bbd191c6df70a8ebab1c /cli_ure/source/native | |
parent | a2a7384e2e428b0ec2bda72ba47f168f377e885a (diff) |
#107130#
+ cli_udkapi.dll, cli_offapi.dll -> cli_types.dll
+ support for deployed type metadata (->pkgchk)
+ different implementation loading
+ misc climaker fixes
+ misc code cleanup
Diffstat (limited to 'cli_ure/source/native')
-rw-r--r-- | cli_ure/source/native/msvc.map | 4 | ||||
-rw-r--r-- | cli_ure/source/native/native_share.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/cli_ure/source/native/msvc.map b/cli_ure/source/native/msvc.map index 845779a93453..edc8675c3eb0 100644 --- a/cli_ure/source/native/msvc.map +++ b/cli_ure/source/native/msvc.map @@ -1,7 +1,7 @@ UDK_3.1 { global: - ?ServiceFactory_load@util@uno@@YA?AV?$Reference@VXSingleComponentFactory@lang@star@sun@com@@@2star@sun@com@@ABVOUString@rtl@@0@Z; - ?ServiceFactory_writeInfo@util@uno@@YAXABVOUString@rtl@@ABV?$Reference@VXRegistryKey@registry@star@sun@com@@@2star@sun@com@@@Z; + ?ServiceFactory_load@util@uno@@YA?AV?$Reference@VXSingleComponentFactory@lang@star@sun@com@@@2star@sun@com@@ABV?$Reference@VXComponentContext@uno@star@sun@com@@@2456@ABVOUString@rtl@@1@Z; + ?ServiceFactory_writeInfo@util@uno@@YAXABV?$Reference@VXComponentContext@uno@star@sun@com@@@2star@sun@com@@ABVOUString@rtl@@ABV?$Reference@VXRegistryKey@registry@star@sun@com@@@2456@@Z; local: *; diff --git a/cli_ure/source/native/native_share.h b/cli_ure/source/native/native_share.h index 0f594ed5b5c7..2004f0b6c3df 100644 --- a/cli_ure/source/native/native_share.h +++ b/cli_ure/source/native/native_share.h @@ -2,9 +2,9 @@ * * $RCSfile: native_share.h,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dbo $ $Date: 2003-04-11 17:08:46 $ + * last change: $Author: dbo $ $Date: 2003-05-08 12:41:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,7 @@ #using <mscorlib.dll> #using "cli_ure.dll" -#using "cli_udkapi.dll" +#using "cli_types.dll" #include <vcclr.h> |