X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2FCORBAPorts.cxx;h=6cd9bcbdc9cbe2b334de2f486a4b9d9b77bf1921;hb=3209150c707d44744200738cdc69f844840da5a9;hp=690061c817d30fca4ebeb2ee9cac82669aa3ca0d;hpb=e63293c5cd91b99ed0d18d0f335a0d0cc4eba140;p=modules%2Fyacs.git diff --git a/src/runtime/CORBAPorts.cxx b/src/runtime/CORBAPorts.cxx index 690061c81..6cd9bcbdc 100644 --- a/src/runtime/CORBAPorts.cxx +++ b/src/runtime/CORBAPorts.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 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 @@ -161,6 +161,10 @@ void display(CORBA::Any* data) } } +void InputCorbaPort::releaseData() +{//do nothing - to be implemented +} + void InputCorbaPort::put(CORBA::Any *data) throw (ConversionException) { #ifdef REFCNT