Add IMPORT_C to HandleListBoxEventL, to match the EXPORT_C in the cpp file and fix RVCT 4.0 linker error CompilerCompatibility
authorWilliam Roberts <williamr@symbian.org>
Tue, 06 Apr 2010 21:32:54 +0100
branchCompilerCompatibility
changeset 15 8d7ae67c5a72
parent 14 fbbcc7d8f76e
Add IMPORT_C to HandleListBoxEventL, to match the EXPORT_C in the cpp file and fix RVCT 4.0 linker error
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