X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FServiceNode.hxx;h=92f1b719176c8374ff3ba461c6b8b08a98ca49cc;hb=b3d523481abb9be0960b9dc69b1ad7e0330d8eb2;hp=736f8211109ce60ee0da10d3a268846db8909323;hpb=501e8ba2d61104affb08cbecf90d87301fceaee6;p=modules%2Fyacs.git diff --git a/src/engine/ServiceNode.hxx b/src/engine/ServiceNode.hxx index 736f82111..92f1b7191 100644 --- a/src/engine/ServiceNode.hxx +++ b/src/engine/ServiceNode.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2019 CEA/DEN, EDF R&D +// Copyright (C) 2006-2021 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -41,7 +41,7 @@ namespace YACS public: virtual void load(); virtual bool isDeployable() const; - virtual void setComponent(ComponentInstance* compo) throw(Exception); + virtual void setComponent(ComponentInstance* compo) ; virtual ComponentInstance *getComponent(); virtual const ComponentInstance *getComponent() const; virtual Container *getContainer();