browserutilities/recenturlstore/BWINSCW/RecentUrlStoreU.def
author William Roberts <williamr@symbian.org>
Fri, 23 Jul 2010 12:08:17 +0100
branchGCC_SURGE
changeset 89 184e728497f3
parent 16 a359256acfc6
permissions -rw-r--r--
GCC won't allow "IMPORT" on the definition of a function, in this case an inline function - added to bug 2962 The error message is "function 'void KJS::DebuggerImp::abort()' definition is marked dllimport"

EXPORTS
	?ClearData@CRecentUrlStore@@QAEXXZ @ 1 NONAME ; void CRecentUrlStore::ClearData(void)
	?DeleteData@CRecentUrlStore@@QAEXABVTDesC16@@@Z @ 2 NONAME ; void CRecentUrlStore::DeleteData(class TDesC16 const &)
	?GetData@CRecentUrlStore@@QAEHAAVCDesC16Array@@0ABVTDesC16@@@Z @ 3 NONAME ; int CRecentUrlStore::GetData(class CDesC16Array &, class CDesC16Array &, class TDesC16 const &)
	?NewL@CRecentUrlStore@@SAPAV1@XZ @ 4 NONAME ; class CRecentUrlStore * CRecentUrlStore::NewL(void)
	?SaveDataL@CRecentUrlStore@@QAEXABVTDesC16@@0@Z @ 5 NONAME ; void CRecentUrlStore::SaveData(class TDesC16 const &, class TDesC16 const &)