Salome HOME
Before virtualization of SalomeContainerTools
[modules/yacs.git] / src / runtime / CORBAPorts.cxx
index 690061c817d30fca4ebeb2ee9cac82669aa3ca0d..6cd9bcbdc9cbe2b334de2f486a4b9d9b77bf1921 100644 (file)
@@ -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