X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2FCppContainer.hxx;h=281fa7d9e52553ab9ffbbb54cba9243e48a2f8a6;hb=e41351582d47d960d682e138f8137edcce783652;hp=3a75d6396670628aa0c3323fd033c18f591cfa36;hpb=09cbf696c05bcf689364417ad0f97a34ca938cdc;p=modules%2Fyacs.git diff --git a/src/runtime/CppContainer.hxx b/src/runtime/CppContainer.hxx index 3a75d6396..281fa7d9e 100644 --- a/src/runtime/CppContainer.hxx +++ b/src/runtime/CppContainer.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2016 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 @@ -120,7 +120,7 @@ namespace YACS void checkCapabilityToDealWith(const ComponentInstance *inst) const throw (YACS::Exception); bool loadComponentLibrary(const std::string & componentName) throw (YACS::Exception); - CppComponent * createComponentInstance(const std::string & componentName, int studyID = 0); + CppComponent * createComponentInstance(const std::string & componentName); void createInternalInstance(const std::string & componentName, void *& obj, RunFunction &r, TerminateFunction &t); void unregisterComponentInstance(CppComponent * C);