Add missing IMPORT_C to HandleLongTapEventL, required by RVCT 4.0 to match the EXPORT_C in the cpp file CompilerCompatibility
authorWilliam Roberts <williamr@symbian.org>
Tue, 06 Apr 2010 21:07:59 +0100
branchCompilerCompatibility
changeset 19 a9edf7d1c79a
parent 18 591870b73212
child 20 1b9ba0f503d4
Add missing IMPORT_C to HandleLongTapEventL, required by RVCT 4.0 to match the EXPORT_C in the cpp file
phonebookui/Phonebook2/inc/CPbk2ControlContainer.h
--- a/phonebookui/Phonebook2/inc/CPbk2ControlContainer.h	Mon Apr 05 08:09:54 2010 +0900
+++ b/phonebookui/Phonebook2/inc/CPbk2ControlContainer.h	Tue Apr 06 21:07:59 2010 +0100
@@ -181,7 +181,7 @@
                 
     public: // From MAknLongTapDetectorCallBack
 
-        void HandleLongTapEventL(
+        IMPORT_C void HandleLongTapEventL(
                 const TPoint& aPenEventLocation, 
                 const TPoint& aPenEventScreenLocation );