X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FCppComponent.cxx;h=e612052a87577675dd03ca0c3d2f7ee7485f9d12;hb=8f301c0d9386e2e8fe72e88ce6b07032cd7270e8;hp=bdb4b279e9b80c7265368f25fb6ecd067b39d949;hpb=cad20d9b51f1a2f09e37db59e183e1462ea120f9;p=modules%2Fyacs.git diff --git a/src/runtime/CppComponent.cxx b/src/runtime/CppComponent.cxx index bdb4b279e..e612052a8 100644 --- a/src/runtime/CppComponent.cxx +++ b/src/runtime/CppComponent.cxx @@ -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 @@ -113,7 +113,7 @@ CppComponent::~CppComponent() } void CppComponent::run (const char * service, int nbIn, int nbOut, - Any ** argIn, Any ** argOut) throw (YACS::Exception) + Any ** argIn, Any ** argOut) { int i; returnInfo return_code;