diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-11-02 14:22:28 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-11-02 14:24:26 +0200 |
commit | 7e2af072fba633181170043bb9224850cbf1bf08 (patch) | |
tree | 7d5fbf52cef19525ed73201d9db7c03c0e17c6e7 /salhelper/source | |
parent | 9eaabc678b00eb630b521ea82be163b9ee8e19f8 (diff) |
Export more symbols
Diffstat (limited to 'salhelper/source')
-rw-r--r-- | salhelper/source/msci.map | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/salhelper/source/msci.map b/salhelper/source/msci.map index ef24ea8ce..c7838e214 100644 --- a/salhelper/source/msci.map +++ b/salhelper/source/msci.map @@ -35,4 +35,12 @@ UDK_3.1 { ??0timedout@ConditionWaiter@salhelper@@QAE@ABU012@@Z; ??1timedout@ConditionWaiter@salhelper@@UAE@XZ; ??4timedout@ConditionWaiter@salhelper@@QAEAAU012@ABU012@@Z; + + ??0Timer@salhelper@@QAE@XZ; + ??1Timer@salhelper@@MAE@XZ; + + ?isTicking@Timer@salhelper@@QBAEXZ; + ?setRemainingTime@Timer@salhelper@@QAAXABUTTimeValue@2@@Z; + ?start@Timer@salhelper@@QAAXXZ; + ?stop@Timer@salhelper@@QAAXXZ; } UDK_3_0_0; |