From: vsr Date: Tue, 12 Feb 2013 14:57:41 +0000 (+0000) Subject: Merge from V6_main 11/02/2013 X-Git-Tag: V7_1_0b1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV7_siman;p=tools%2Fyacsgen.git Merge from V6_main 11/02/2013 --- diff --git a/Examples/cppgui1/cppcomposGUI.cxx b/Examples/cppgui1/cppcomposGUI.cxx index 1d20a61..ec6f48f 100644 --- a/Examples/cppgui1/cppcomposGUI.cxx +++ b/Examples/cppgui1/cppcomposGUI.cxx @@ -44,8 +44,7 @@ extern "C" { // Constructor cppcomposGUI::cppcomposGUI() : - SalomeApp_Module( "cppcompos" ), // default name - LightApp_Module( "cppcompos" ) + SalomeApp_Module( "cppcompos" ) // default name { } diff --git a/module_generator/hxx_tmpl_gui.py b/module_generator/hxx_tmpl_gui.py index 2950c5d..9697bff 100644 --- a/module_generator/hxx_tmpl_gui.py +++ b/module_generator/hxx_tmpl_gui.py @@ -40,8 +40,7 @@ using namespace std; // Constructor ${component_name}GUI::${component_name}GUI() : - SalomeApp_Module( COMPONENT_NAME ), // Module name - LightApp_Module( COMPONENT_NAME ) + SalomeApp_Module( COMPONENT_NAME ) // Module name { // Initializations default_bool = false;