X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FLightApp%2FLightApp_Module.cxx;h=ee0b2e5054fdc602326bba8b919841bf43d62d7f;hb=60dfa5505a35714e1ff59b424514100648e38cab;hp=0a1e2cb1552e8399ef4b39364853b93a79c3f66a;hpb=bfc545e999223fe65b0c98019c37174d4adb1b81;p=modules%2Fgui.git diff --git a/src/LightApp/LightApp_Module.cxx b/src/LightApp/LightApp_Module.cxx index 0a1e2cb15..ee0b2e505 100644 --- a/src/LightApp/LightApp_Module.cxx +++ b/src/LightApp/LightApp_Module.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -315,6 +315,11 @@ void LightApp_Module::MenuItem() { } +/*!NOT IMPLEMENTED*/ +void LightApp_Module::updateInfoPanel() +{ +} + /*!NOT IMPLEMENTED*/ void LightApp_Module::createPreferences() { @@ -700,7 +705,7 @@ LightApp_Operation* LightApp_Module::operation( const int id ) const /*! virtual method called to manage the same operations */ -bool LightApp_Module::reusableOperation( const int id ) +bool LightApp_Module::reusableOperation( const int /*id*/ ) { return true; }