Salome HOME
updated copyright message
[modules/kernel.git] / src / Container / SALOME_Container.cxx
index aee7f06dd992458f8531100652835fd03763871c..068d5a18d2a8975fd0ffaaf04b21f92ab9f8f0f3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021  CEA/DEN, EDF R&D
+// Copyright (C) 2021-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-#include "SALOME_Container_Common.hxx"
+#include "SALOME_Container_Common.cxx"
 #include "SALOME_NamingService.hxx"
+#include "SALOME_Container_i.hxx"
 
 int main(int argc, char* argv[])
 {
   std::unique_ptr<SALOME_NamingService_Container_Abstract> ns;
-  return container_common_main(argc,argv,std::move(ns));
+  return container_common_main<Engines_Container_i>(argc,argv,std::move(ns));
 }