Salome HOME
Use of : PyEval_SaveThread and PyEval_RestoreThread is needed for python >= 3.4
[modules/yacs.git] / src / runtime / CppNode.hxx
index f0bd56104304251db818d555ff9c440e7a847899..da85edc22fdeb92c388041dec678f5522e8e36b5 100644 (file)
@@ -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;