Salome HOME
Squeeze memory of process hosting YACS graph
[modules/yacs.git] / src / runtime / XMLPorts.cxx
index 8e8bba3b315bac6b7763955bc5553336445d99ed..606f07d61c7375849403958305e38ed0e9273dc0 100644 (file)
@@ -70,6 +70,10 @@ void InputXmlPort::put(const char *data) throw (ConversionException)
   _data = data;
 }
 
+void InputXmlPort::releaseData()
+{//nothing because _data has no ref counter
+}
+
 bool InputXmlPort::isEmpty()
 {
   return _data.empty();