diff --git a/stoc/source/inspect/introspection.map b/stoc/source/inspect/introspection.map new file mode 100644 index 000000000000..4f416c0e774b --- /dev/null +++ b/stoc/source/inspect/introspection.map @@ -0,0 +1,9 @@ +UDK_3.1 { + global: + component_getImplementationEnvironment; + component_writeInfo; + component_getFactory; + component_getDescriptionFunc; + local: + *; +};