X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FTest%2FContainerTest.hxx;h=46fe66ece8c82c770c60ec55806f2cb45c2ecc63;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=429641a9346d7d1c45367b60436dd68db1ae63c4;hpb=f326fbedf87cbffb501f1c677c10222468e4e3f4;p=modules%2Fyacs.git diff --git a/src/engine/Test/ContainerTest.hxx b/src/engine/Test/ContainerTest.hxx index 429641a93..46fe66ece 100644 --- a/src/engine/Test/ContainerTest.hxx +++ b/src/engine/Test/ContainerTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2020 CEA/DEN, EDF R&D +// Copyright (C) 2006-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -34,7 +34,7 @@ namespace YACS std::string getPlacementInfo() const; // implementation of compulsary methods bool isAlreadyStarted(const Task *askingNode) const; - void start(const Task *askingNode) throw(Exception); + void start(const Task *askingNode) ; Container *clone() const; Container *cloneAlways() const; // @@ -52,7 +52,7 @@ namespace YACS std::string getFullPlacementId(const Task *askingNode) const { return ""; } static void initAllContainers(); protected: - void checkCapabilityToDealWith(const ComponentInstance *inst) const throw(Exception); + void checkCapabilityToDealWith(const ComponentInstance *inst) const ; protected: bool _alreadyStarted; unsigned _myCounter; @@ -67,7 +67,7 @@ namespace YACS std::string getKind() const; // implementation of compulsary methods bool isAlreadyStarted(const Task *askingNode) const; - void start(const Task *askingNode) throw(Exception); + void start(const Task *askingNode) ; Container *clone() const; Container *cloneAlways() const; // @@ -85,7 +85,7 @@ namespace YACS std::string getFullPlacementId(const Task *askingNode) const { return ""; } static void initAllContainers(); protected: - void checkCapabilityToDealWith(const ComponentInstance *inst) const throw(Exception); + void checkCapabilityToDealWith(const ComponentInstance *inst) const ; protected: bool _alreadyStarted; unsigned _myCounter;