mmmw_plat/configuration_components_factory_api/inc/ConfigurationComponentsFactory.h
changeset 14 80975da52420
parent 0 71ca22bcf22a
child 46 0ac9a5310753
equal deleted inserted replaced
12:5a06f39ad45b 14:80975da52420
    74 
    74 
    75     /**
    75     /**
    76      * Constructor
    76      * Constructor
    77      *
    77      *
    78      */
    78      */
       
    79     #ifdef __WINSCW__
    79     IMPORT_C CConfigurationComponentsFactory();
    80     IMPORT_C CConfigurationComponentsFactory();
       
    81     IMPORT_C void ConstructL();
       
    82     #else 
       
    83     CConfigurationComponentsFactory();
       
    84     void ConstructL();
       
    85     #endif
    80 
    86 
    81     /**
    87     /**
    82      * Second phase constructor. The derived class should call this during
    88      * Second phase constructor. The derived class should call this during
    83      * construction.
    89      * construction.
    84      *
    90      *
    85      */
    91      */
    86     IMPORT_C void ConstructL();
       
    87 
       
    88     protected:  // Data
    92     protected:  // Data
    89         // Actual implementation class.
    93         // Actual implementation class.
    90         class CBody;
    94         class CBody;
    91 
    95 
    92         //DevSoundAdaptation body implementation
    96         //DevSoundAdaptation body implementation