mmmw_plat/configuration_components_factory_api/inc/ConfigurationComponentsFactory.h
changeset 14 80975da52420
parent 0 71ca22bcf22a
child 46 0ac9a5310753
--- a/mmmw_plat/configuration_components_factory_api/inc/ConfigurationComponentsFactory.h	Fri Apr 16 15:29:42 2010 +0300
+++ b/mmmw_plat/configuration_components_factory_api/inc/ConfigurationComponentsFactory.h	Mon May 03 12:59:52 2010 +0300
@@ -76,15 +76,19 @@
      * Constructor
      *
      */
+    #ifdef __WINSCW__
     IMPORT_C CConfigurationComponentsFactory();
+    IMPORT_C void ConstructL();
+    #else 
+    CConfigurationComponentsFactory();
+    void ConstructL();
+    #endif
 
     /**
      * Second phase constructor. The derived class should call this during
      * construction.
      *
      */
-    IMPORT_C void ConstructL();
-
     protected:  // Data
         // Actual implementation class.
         class CBody;