X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FCppNode.hxx;h=da85edc22fdeb92c388041dec678f5522e8e36b5;hb=6701e1f07495cd466896c9bd31ee5ebd47870316;hp=f0bd56104304251db818d555ff9c440e7a847899;hpb=c81be9b5e74b26e207bd6efd0ccf68418ac536a3;p=modules%2Fyacs.git diff --git a/src/runtime/CppNode.hxx b/src/runtime/CppNode.hxx index f0bd56104..da85edc22 100644 --- a/src/runtime/CppNode.hxx +++ b/src/runtime/CppNode.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2006-2012 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -21,6 +21,7 @@ #define _CPPNODE_HXX_ #include "ServiceNode.hxx" +#include "YACSRuntimeSALOMEExport.hxx" namespace YACS { @@ -42,7 +43,7 @@ namespace YACS * \ingroup Nodes * */ - class CppNode : public YACS::ENGINE::ServiceNode + class YACSRUNTIMESALOME_EXPORT CppNode : public YACS::ENGINE::ServiceNode { protected: Node *simpleClone(ComposedNode *father, bool editionOnly) const;