photosgallery/viewframework/plugins/fullscreenviewpluginbase/inc/glxfullscreenviewpluginbase.h
branchCompilerCompatibility
changeset 17 ad4c3a8ea851
parent 0 4e91876724a2
child 21 4780393bfbba
--- a/photosgallery/viewframework/plugins/fullscreenviewpluginbase/inc/glxfullscreenviewpluginbase.h	Tue Apr 06 17:25:48 2010 +0100
+++ b/photosgallery/viewframework/plugins/fullscreenviewpluginbase/inc/glxfullscreenviewpluginbase.h	Tue Apr 06 18:44:26 2010 +0100
@@ -62,13 +62,13 @@
      * Override to add command handlers to the view
      *
      */
-virtual void AddCommandHandlersL();
+IMPORT_C virtual void AddCommandHandlersL();
 
     /**
      * Override to define resource file 
      *
      */
-virtual void GetResourceFilenameL(TFileName& aResFile);
+IMPORT_C virtual void GetResourceFilenameL(TFileName& aResFile);
 
 public: