]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/yacsloader_swig/loader.i
Salome HOME
Updated copyright comment
[modules/yacs.git] / src / yacsloader_swig / loader.i
index d591c3eb59fa07a41f288100143a29b8b7afe541..3466b4c4f4267f6b721f66835456ffdd35d13587 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -51,6 +51,7 @@
 %types(YACS::ENGINE::Node *);
 %types(YACS::ENGINE::InputPort *,YACS::ENGINE::OutputPort *,YACS::ENGINE::InputDataStreamPort *,YACS::ENGINE::OutputDataStreamPort *);
 %types(YACS::ENGINE::InGate *,YACS::ENGINE::OutGate *,YACS::ENGINE::InPort *,YACS::ENGINE::OutPort *,YACS::ENGINE::Port *);
+%types(YACS::ENGINE::Container *, YACS::ENGINE::HomogeneousPoolContainer *);
 
 %import "pilot.i"