X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FOptimizerAlg.hxx;h=b7a3022649279af5ee81090a515f39145c9e7496;hb=1894c52d0838df8676e770bef061fc23ca436452;hp=56a3b721e89aaf1a71f58db3ea948799818a30c8;hpb=b797825313f7af9fd691d137c7c6df4950e7de2c;p=modules%2Fyacs.git diff --git a/src/engine/OptimizerAlg.hxx b/src/engine/OptimizerAlg.hxx old mode 100755 new mode 100644 index 56a3b721e..b7a302264 --- a/src/engine/OptimizerAlg.hxx +++ b/src/engine/OptimizerAlg.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -60,7 +60,7 @@ namespace YACS virtual TypeCode *getTCForAlgoInit() const; //! returns typecode of type expected as algo result. OwnerShip of returned pointer is held by this. virtual TypeCode *getTCForAlgoResult() const; - virtual void initialize(const Any *input) throw (Exception); + virtual void initialize(const Any *input) ; virtual void start() = 0;//! Update _pool attribute before performing anything. virtual void takeDecision() = 0;//! _pool->getCurrentId gives the \b id at the origin of this call. //! Perform the job of analysing to know what new jobs to do (_pool->pushInSample) @@ -74,7 +74,7 @@ namespace YACS virtual TypeCode *getTCForOutProxy() const; virtual TypeCode *getTCForAlgoInitProxy() const; virtual TypeCode *getTCForAlgoResultProxy() const; - virtual void initializeProxy(const Any *input) throw (Exception); + virtual void initializeProxy(const Any *input) ; virtual void startProxy(); virtual void takeDecisionProxy(); virtual void finishProxy();