From bb8508ecc6eee6c66f3fd07ef85bd96922e444cc Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 12:46:58 +0000 Subject: INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/03 13:58:17 cp 1.1.2.1: #i12151# specify function export --- shell/source/unix/exec/exports.map | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shell/source/unix/exec/exports.map (limited to 'shell/source/unix/exec') diff --git a/shell/source/unix/exec/exports.map b/shell/source/unix/exec/exports.map new file mode 100644 index 000000000000..c235082ab7cd --- /dev/null +++ b/shell/source/unix/exec/exports.map @@ -0,0 +1,11 @@ +UDK_3_0_0 { + global: + GetVersionInfo; + component_getDescriptionFunc; + component_getImplementationEnvironment; + component_getFactory; + component_writeInfo; + + local: + *; +}; -- cgit