Salome HOME
Squeeze memory of process hosting YACS graph
[modules/yacs.git] / src / engine / InPropertyPort.hxx
index cd0677ca6e50057fd704a595ef3e007895f1c099..c9cff5b45501dbc95627129b9a63a797f14f521c 100644 (file)
@@ -61,7 +61,7 @@ namespace YACS
       virtual void *get() const;
       virtual void put(const void *data) throw(ConversionException);
       virtual void put(YACS::ENGINE::Any *data);
-
+      void releaseData() override;
     protected:
       InPropertyPort(const InPropertyPort& other, Node *newHelder);
       InPropertyPort(const std::string& name, Node *node, TypeCode* type, bool canBeNull = false);