Salome HOME
Include SalomeMacros.cmake with NO_POLICY_SCOPE to apply policies
[modules/med.git] / idl / MEDFactory.idl
index bd53af996ba66d689e5df6849e173a9245f8f037..473f30adc618c35f5a67c85b685d681f7443a769 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2005-2020  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -25,6 +25,7 @@
 #include "MEDDataManager.idl"
 #include "MEDCalculator.idl"
 #include "MEDPresentationManager.idl"
+#include "MEDCommandsHistoryManager.idl"
 
 /*!
  * This module contains the interface required for starting with MED
@@ -42,6 +43,7 @@ module MEDCALC
     MEDCALC::MEDDataManager getDataManager();
     MEDCALC::MEDCalculator getCalculator();
     MEDCALC::MEDPresentationManager getPresentationManager();
+    MEDCALC::MEDCommandsHistoryManager getCommandsHistoryManager();
 
   };
 };