Salome HOME
Add Matrix keyword into ObservationOperator dict
[tools/adao_interface.git] / AdaoExchangeLayer.hxx
index dbb3dbabc71d7ecbc20dc2631e1585cf7b34c7c1..988e23cf742f919268707d96b0c561430089be14 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "Python.h"
 
+#include <string>
+
 class AdaoCallbackSt;
 
 namespace AdaoModel
@@ -36,6 +38,7 @@ public:
   AdaoExchangeLayer();
   ~AdaoExchangeLayer();
   PyObject *getPythonContext() const;
+  std::string printContext() const;
   void init();
   void loadTemplate(AdaoModel::MainModel *model);
   void execute();