X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FXMLPorts.cxx;h=606f07d61c7375849403958305e38ed0e9273dc0;hb=275f1e9eecc5ddc1f7de791a15709f1ec06a25ad;hp=72ffe0e72a603e643092f4ed501a07f114be2229;hpb=88c5f67088445931a1598331e1faae6df0145c0b;p=modules%2Fyacs.git diff --git a/src/runtime/XMLPorts.cxx b/src/runtime/XMLPorts.cxx index 72ffe0e72..606f07d61 100644 --- a/src/runtime/XMLPorts.cxx +++ b/src/runtime/XMLPorts.cxx @@ -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();