Reapply fix for EXPORT_C problem in backend.dll, which got lost in the merge - bug 2971 GCC_SURGE
authorWilliam Roberts <williamr@symbian.org>
Fri, 23 Jul 2010 16:09:54 +0100
branchGCC_SURGE
changeset 47 d7383dba13ba
parent 46 0a3770c1cffe
Reapply fix for EXPORT_C problem in backend.dll, which got lost in the merge - bug 2971
genericopenlibs/openenvcore/backend/eabi/backendu.def
genericopenlibs/openenvcore/backend/src/corebackend/localif.cpp
--- a/genericopenlibs/openenvcore/backend/eabi/backendu.def	Fri Jul 23 11:57:06 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/eabi/backendu.def	Fri Jul 23 16:09:54 2010 +0100
@@ -166,7 +166,7 @@
 	_ZN21CLocalSystemInterface16RaiseTimerSignalEii @ 165 NONAME
 	_ZN21CLocalSystemInterface7OverrunERKi @ 166 NONAME
 	_ZN21CLocalSystemInterface8AddTimerERKi @ 167 NONAME
-	_ZN21CLocalSystemInterface9FindTimerERKi @ 168 NONAME
+	_ZN21CLocalSystemInterface9FindTimerERKi @ 168 NONAME ABSENT
 	_Z10_aselect_rPiiP6fd_setS1_S1_P7timevalP14TRequestStatus @ 169 NONAME
 	_Z10_eselect_rPiiP6fd_setS1_S1_P7timevaliP14TRequestStatus @ 170 NONAME
 	_Z16_cancelaselect_rPiP14TRequestStatus @ 171 NONAME
--- a/genericopenlibs/openenvcore/backend/src/corebackend/localif.cpp	Fri Jul 23 11:57:06 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/src/corebackend/localif.cpp	Fri Jul 23 16:09:54 2010 +0100
@@ -3227,7 +3227,7 @@
 // CLocalSystemInterface::FindTimer
 // -----------------------------------------------------------------------------
 //
-EXPORT_C TInt CLocalSystemInterface::FindTimer(const TInt& aTimerId) 
+TInt CLocalSystemInterface::FindTimer(const TInt& aTimerId) 
 	{
 	iTimerOverrunsMutex.Wait();