diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2011-09-07 11:53:53 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2011-09-07 11:53:53 +0200 |
commit | 47572f1d92d2d76d9cd55eba9553e546ea5ccaf2 (patch) | |
tree | 406452bbbc24f309ec45f61dd97500609b8cac53 /cppuhelper | |
parent | 1ecbb35482d3ff318a680e0bd4dbf84568f8d1cd (diff) |
apparently vtable & thunks necessary after all in gcc3.map
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/gcc3.map | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/cppuhelper/source/gcc3.map b/cppuhelper/source/gcc3.map index f4994619ddb1..1e1fefabd363 100644 --- a/cppuhelper/source/gcc3.map +++ b/cppuhelper/source/gcc3.map @@ -391,16 +391,20 @@ UDK_3.7 { # OOo 3.4 UDK_3.8 { # LibO 3.5 global: - ## class OPropertySetHelper2 - # constructors - _ZN4cppu19OPropertySetHelper2C1ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb; - _ZN4cppu19OPropertySetHelper2C2ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb; - # destructors - _ZN4cppu19OPropertySetHelper2D0Ev; - _ZN4cppu19OPropertySetHelper2D1Ev; - _ZN4cppu19OPropertySetHelper2D2Ev; - # queryInterface - _ZN4cppu19OPropertySetHelper214queryInterfaceERKN3com3sun4star3uno4TypeE; - # enableChangeListenerNotification + ## class OPropertySetHelper2 + # vtable + _ZTVN4cppu19OPropertySetHelper2E; + # constructors + _ZN4cppu19OPropertySetHelper2C1ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb; + _ZN4cppu19OPropertySetHelper2C2ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb; + # destructors + _ZN4cppu19OPropertySetHelper2D0Ev; + _ZN4cppu19OPropertySetHelper2D1Ev; + _ZN4cppu19OPropertySetHelper2D2Ev; + # queryInterface + _ZN4cppu19OPropertySetHelper214queryInterfaceERKN3com3sun4star3uno4TypeE; + _ZThn*_N4cppu19OPropertySetHelper214queryInterfaceERKN3com3sun4star3uno4TypeE; + # enableChangeListenerNotification _ZN4cppu19OPropertySetHelper232enableChangeListenerNotificationEh; + _ZThn*_N4cppu19OPropertySetHelper232enableChangeListenerNotificationEh; } UDK_3.7; |