Salome HOME
bos #26458 Versioning of sources via git commit id (sha1)
[modules/yacs.git] / src / engine / OptimizerAlg.cxx
index e822ade8c10baffebed0b71cf205a20ea7682e8a..231bf75b4019b0aa4d04c627f2e0524009d92a44 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2016  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
@@ -31,7 +31,7 @@ OptimizerAlgBase::~OptimizerAlgBase()
 {
 }
 
-void OptimizerAlgBase::initialize(const Any *input) throw (YACS::Exception)
+void OptimizerAlgBase::initialize(const Any *input)
 {
 }
 
@@ -74,7 +74,7 @@ TypeCode * OptimizerAlgBase::getTCForAlgoResultProxy() const
   return getTCForAlgoResult();
 }
 
-void OptimizerAlgBase::initializeProxy(const Any *input) throw (YACS::Exception)
+void OptimizerAlgBase::initializeProxy(const Any *input)
 {
   initialize(input);
 }