Salome HOME
#28928 [CEA] FIELDS : developer documentation for the simplified visualisation
[modules/med.git] / idl / MEDFactory.idl
index bd53af996ba66d689e5df6849e173a9245f8f037..fa553d5d32fd57972aa66f9b87747caf6f34f458 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2005-2021  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();
 
   };
 };