Salome HOME
updated copyright message
[modules/yacs.git] / src / engine / Test / ContainerTest.hxx
index 429641a9346d7d1c45367b60436dd68db1ae63c4..46fe66ece8c82c770c60ec55806f2cb45c2ecc63 100644 (file)
@@ -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;