145ef6fe1SAndrew Rist###############################################################
245ef6fe1SAndrew Rist#
345ef6fe1SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
445ef6fe1SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
545ef6fe1SAndrew Rist#  distributed with this work for additional information
645ef6fe1SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
745ef6fe1SAndrew Rist#  to you under the Apache License, Version 2.0 (the
845ef6fe1SAndrew Rist#  "License"); you may not use this file except in compliance
945ef6fe1SAndrew Rist#  with the License.  You may obtain a copy of the License at
1045ef6fe1SAndrew Rist#
1145ef6fe1SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
1245ef6fe1SAndrew Rist#
1345ef6fe1SAndrew Rist#  Unless required by applicable law or agreed to in writing,
1445ef6fe1SAndrew Rist#  software distributed under the License is distributed on an
1545ef6fe1SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1645ef6fe1SAndrew Rist#  KIND, either express or implied.  See the License for the
1745ef6fe1SAndrew Rist#  specific language governing permissions and limitations
1845ef6fe1SAndrew Rist#  under the License.
1945ef6fe1SAndrew Rist#
2045ef6fe1SAndrew Rist###############################################################
21cdf0e10cSrcweirUDK_3_0_0 {
22cdf0e10cSrcweir    global:
23cdf0e10cSrcweir		component_canUnload;
24cdf0e10cSrcweir		uno_initEnvironment;
25cdf0e10cSrcweir		uno_ext_getMapping;
26*5be96081SJim Jagielski
27*5be96081SJim Jagielski
28*5be96081SJim Jagielski		###############################################
29*5be96081SJim Jagielski		# C++ RTTI for exception handling:
30*5be96081SJim Jagielski		###############################################
31*5be96081SJim Jagielski
32*5be96081SJim Jagielski		# typeinfo for com::sun::star::uno::RuntimeException
33*5be96081SJim Jagielski		_ZTIN3com3sun4star3uno16RuntimeExceptionE;
34*5be96081SJim Jagielski
35*5be96081SJim Jagielski		# typeinfo for com::sun::star::uno::Exception
36*5be96081SJim Jagielski		_ZTIN3com3sun4star3uno9ExceptionE;
37*5be96081SJim Jagielski
38*5be96081SJim Jagielski		# typeinfo name for com::sun::star::uno::RuntimeException
39*5be96081SJim Jagielski		_ZTSN3com3sun4star3uno16RuntimeExceptionE;
40*5be96081SJim Jagielski
41*5be96081SJim Jagielski		# typeinfo name for com::sun::star::uno::Exception
42*5be96081SJim Jagielski		_ZTSN3com3sun4star3uno9ExceptionE;
43*5be96081SJim Jagielski
44cdf0e10cSrcweir	local:
45cdf0e10cSrcweir	*;
46cdf0e10cSrcweir};
47