diff options
author | Herbert Dürr <hdu@apache.org> | 2013-12-12 10:08:52 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2013-12-12 10:08:52 +0000 |
commit | c68012e7d7544126c6b674f3deebd2f33ed7bb2d (patch) | |
tree | 7fe4f44101d392f286b27eb984f64dbea4c65d96 /cppu | |
parent | b220aecac531570269078b602c80e56d41d05c51 (diff) |
#i122195# provide a uno_purpenvhelpers map file for the OSX 64bit UNO bridge
almost a verbatim copy of the uno_purpenvhelpers map for generic gcc3 targets
which works because the mangled symbol names match for the OSX 64bit target.
Notes
Notes:
prefer: d83de4b1a93ba7ed7bc3243073be3de96a44bfa9
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/util/uno_purpenvhelpers5abi.map | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/cppu/util/uno_purpenvhelpers5abi.map b/cppu/util/uno_purpenvhelpers5abi.map new file mode 100644 index 000000000000..3c6f21faf842 --- /dev/null +++ b/cppu/util/uno_purpenvhelpers5abi.map @@ -0,0 +1,30 @@ +############################################################### +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +############################################################### + +UDK_3_0_0 { + global: + _ZN4cppu6helper7purpenv13createMappingEPP12_uno_MappingP16_uno_EnvironmentS6_PFvbPvS7_P33_typelib_TypeDescriptionReferenceP24_typelib_MethodParameter?PK24_typelib_TypeDescriptionS7_PS7_PP8_uno_AnyES7_; + _ZN4cppu6helper7purpenv29Environment_initWithEnterableEP16_uno_EnvironmentPNS_9EnterableE; + + local: + *; +}; + |