summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-06-22 15:03:49 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-06-22 15:03:49 +0000
commitf599f37ea5f3fb270ea818b87ec5429e86d01ade (patch)
tree8cc4135497b5385cfc6cd93a67f94fa4faebec40
parentfcd484d1d17797ef271043ced0dfa90ba5adc71e (diff)
#67468# helper function added for exported C-functions
-rwxr-xr-xcppuhelper/source/cc5_solaris_sparc.map2
-rw-r--r--cppuhelper/source/makefile.mk7
-rw-r--r--cppuhelper/source/msvc_win32_intel.map3
3 files changed, 8 insertions, 4 deletions
diff --git a/cppuhelper/source/cc5_solaris_sparc.map b/cppuhelper/source/cc5_solaris_sparc.map
index ebc46aba2a92..9521019a5d7e 100755
--- a/cppuhelper/source/cc5_solaris_sparc.map
+++ b/cppuhelper/source/cc5_solaris_sparc.map
@@ -229,6 +229,8 @@ __1cDcomDsunEstarFbeanscD__RTTI__1nDcomDsunEstarFbeansYUnknownPropertyException_
__1cDcomDsunEstarGloadercL__RTTI__1nDcomDsunEstarGloaderbECannotActivateFactoryException__;
__1cDcomDsunEstarIregistrycG__RTTI__1nDcomDsunEstarIregistryYInvalidRegistryException__;
__1cDcomDsunEstarIregistrycU__RTTI__1nDcomDsunEstarIregistrybLCannotRegisterImplementationException__;
+__1cEcppuZcomponent_writeInfoHelper6Fpv1pkn0ATImplementationEntry__C_;
+__1cEcppubAcomponent_getFactoryHelper6Fpkcpv3pkn0ATImplementationEntry__3_;
local:
*;
};
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk
index e066b20d1258..c9c84a8fab4a 100644
--- a/cppuhelper/source/makefile.mk
+++ b/cppuhelper/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: jl $ $Date: 2001-06-08 10:29:40 $
+# last change: $Author: jbu $ $Date: 2001-06-22 16:03:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -139,7 +139,8 @@ SLOFILES= \
$(SLO)$/component_context.obj \
$(SLO)$/component.obj \
$(SLO)$/shlib.obj \
- $(SLO)$/tdmgr.obj
+ $(SLO)$/tdmgr.obj \
+ $(SLO)$/implementationentry.obj
SHL1TARGET=$(TARGET)$(UDK_MAJOR)$(COM)
diff --git a/cppuhelper/source/msvc_win32_intel.map b/cppuhelper/source/msvc_win32_intel.map
index 918aec5fc1d1..7254ff74ed3d 100644
--- a/cppuhelper/source/msvc_win32_intel.map
+++ b/cppuhelper/source/msvc_win32_intel.map
@@ -176,7 +176,8 @@ component_getDescriptionFunc
?removeInterface@OMultiTypeInterfaceContainerHelperInt32@cppu@@QAAJABJABV?$Reference@VXInterface@uno@star@sun@com@@@uno@star@sun@com@@@Z
??0OPropertySetHelper@cppu@@QAE@AAU?$OBroadcastHelperVar@VOMultiTypeInterfaceContainerHelper@cppu@@VType@uno@star@sun@com@@@1@@Z
?addListener@?$OBroadcastHelperVar@VOMultiTypeInterfaceContainerHelper@cppu@@VType@uno@star@sun@com@@@cppu@@QAEXABVType@uno@star@sun@com@@ABV?$Reference@VXInterface@uno@star@sun@com@@@4567@@Z
+?component_writeInfoHelper@cppu@@YAEPAX0QBUImplementationEntry@1@@Z
+?component_getFactoryHelper@cppu@@YAPAXPBDPAX1QBUImplementationEntry@1@@Z
local:
*;
};
-