]> SALOME platform Git repositories - samples/hello.git/commitdiff
Salome HOME
Merge from V6_main 11/02/2013 V7_siman V7_1_0b1
authorvsr <vsr@opencascade.com>
Tue, 12 Feb 2013 12:40:50 +0000 (12:40 +0000)
committervsr <vsr@opencascade.com>
Tue, 12 Feb 2013 12:40:50 +0000 (12:40 +0000)
src/HELLOGUI/HELLOGUI.cxx

index 8d88e497b63cea6e5a6c7eec70c05fb5e63784bf..f602fe75f11bb5761fbe26a0bf181dfd410cf589 100644 (file)
@@ -51,15 +51,9 @@ HELLO_ORB::HELLO_Gen_var HELLOGUI::myEngine;
   
   Creates an instance of the HELLO GUI module.
   Initializes (loads if necessary) HELLO module engine.
-
-  \note Since SalomeApp_Module uses virtual inheritance 
-  from LightApp_Module class, it's necessary to call both
-  base classes constructors, even though HELLOGUI class
-  inherits directly only SalomeApp_Module.
 */
 HELLOGUI::HELLOGUI() :
-  SalomeApp_Module( "HELLO" ), // module name
-  LightApp_Module( "HELLO" )   // module name
+  SalomeApp_Module( "HELLO" ) // module name
 {
   init(); // internal initialization
 }