Salome HOME
[PY3] Fix appels à print dans les schéma xml et scripts python
[modules/yacs.git] / src / runtime / CppNode.hxx
index ba7eabde9e9ea8b856b8c9f99e274c70cbcc538b..da85edc22fdeb92c388041dec678f5522e8e36b5 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2013  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;