Salome HOME
Squeeze memory of process hosting YACS graph
[modules/yacs.git] / src / runtime / XMLPorts.cxx
index 72ffe0e72a603e643092f4ed501a07f114be2229..606f07d61c7375849403958305e38ed0e9273dc0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2019  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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();