# HG changeset patch # User William Roberts # Date 1270585974 -3600 # Node ID 8d7ae67c5a7205f1d9ba66c2a3e5acb0e0ed338f # Parent fbbcc7d8f76e64d527180bfa9f26e75090e603d9 Add IMPORT_C to HandleListBoxEventL, to match the EXPORT_C in the cpp file and fix RVCT 4.0 linker error diff -r fbbcc7d8f76e -r 8d7ae67c5a72 gsprofilesrv_plat/settings_framework_api/inc/GSBaseView.h --- a/gsprofilesrv_plat/settings_framework_api/inc/GSBaseView.h Sun Mar 28 16:37:11 2010 +0100 +++ b/gsprofilesrv_plat/settings_framework_api/inc/GSBaseView.h Tue Apr 06 21:32:54 2010 +0100 @@ -159,7 +159,7 @@ /** * See base class. */ - void HandleListBoxEventL( CEikListBox* aListBox, + IMPORT_C void HandleListBoxEventL( CEikListBox* aListBox, TListBoxEvent aEventType ); private: // New