1*fd6d8138SAndre Fischer###############################################################
2*fd6d8138SAndre Fischer#
3*fd6d8138SAndre Fischer#  Licensed to the Apache Software Foundation (ASF) under one
4*fd6d8138SAndre Fischer#  or more contributor license agreements.  See the NOTICE file
5*fd6d8138SAndre Fischer#  distributed with this work for additional information
6*fd6d8138SAndre Fischer#  regarding copyright ownership.  The ASF licenses this file
7*fd6d8138SAndre Fischer#  to you under the Apache License, Version 2.0 (the
8*fd6d8138SAndre Fischer#  "License"); you may not use this file except in compliance
9*fd6d8138SAndre Fischer#  with the License.  You may obtain a copy of the License at
10*fd6d8138SAndre Fischer#
11*fd6d8138SAndre Fischer#    http://www.apache.org/licenses/LICENSE-2.0
12*fd6d8138SAndre Fischer#
13*fd6d8138SAndre Fischer#  Unless required by applicable law or agreed to in writing,
14*fd6d8138SAndre Fischer#  software distributed under the License is distributed on an
15*fd6d8138SAndre Fischer#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fd6d8138SAndre Fischer#  KIND, either express or implied.  See the License for the
17*fd6d8138SAndre Fischer#  specific language governing permissions and limitations
18*fd6d8138SAndre Fischer#  under the License.
19*fd6d8138SAndre Fischer#
20*fd6d8138SAndre Fischer###############################################################
21*fd6d8138SAndre FischerUDK_3_0_0 {
22*fd6d8138SAndre Fischer    global:
23*fd6d8138SAndre Fischer		component_getImplementationEnvironment;
24*fd6d8138SAndre Fischer		component_getFactory;
25*fd6d8138SAndre Fischer		handleVersionException;
26*fd6d8138SAndre Fischer	local:
27*fd6d8138SAndre Fischer	*;
28*fd6d8138SAndre Fischer};
29