Salome HOME
SMH: 3.0.0 preparation = merged version (POLYWORK + RTVDEBUG01) + adopation for new GUI
[modules/superv.git] / src / GraphExecutor / DataFlowExecutor_DataFlow.lxx
index 377f542287ee7acdfea78d89075bf416c5a18956..67c89483739242d45d87aa72000eac20d8502882 100644 (file)
@@ -180,11 +180,10 @@ inline bool GraphExecutor::DataFlow::IsSuspended(const char * aNodeName ) {
   return GraphExecutor::OutNode::IsSuspended( aNodeName ) ;
 }
 
-inline bool GraphExecutor::DataFlow::IsDone(
-                                  const char * aNodeName ,
-                                  const char * anOutServiceParameterName ) {
-  return GraphExecutor::OutNode::IsDone( aNodeName ,
-                                         anOutServiceParameterName ) ;
+inline bool GraphExecutor::DataFlow::PortDone( const char * aNodeName ,
+                                               const char * anOutServiceParameterName ) {
+  return GraphExecutor::OutNode::PortDone( aNodeName ,
+                                           anOutServiceParameterName ) ;
 }
 
 inline bool GraphExecutor::DataFlow::ReadyWait() {
@@ -213,13 +212,15 @@ inline bool GraphExecutor::DataFlow::SuspendedWait(const char * aNodeName ) {
   return GraphExecutor::OutNode::SuspendedWait( aNodeName ) ;
 }
 
-inline const CORBA::Any *GraphExecutor::DataFlow::GetInData(
+//JR 30.03.2005inline const CORBA::Any *GraphExecutor::DataFlow::GetInData(
+inline const CORBA::Any GraphExecutor::DataFlow::GetInData(
                                    const char * ToNodeName ,
                                    const char * ToParameterName ) {
   return GraphExecutor::OutNode::GetInData( ToNodeName ,
                                             ToParameterName ) ;
 }
-inline const CORBA::Any *GraphExecutor::DataFlow::GetOutData(
+//JR 30.03.2005inline const CORBA::Any *GraphExecutor::DataFlow::GetOutData(
+inline const CORBA::Any GraphExecutor::DataFlow::GetOutData(
                                    const char * FromNodeName ,
                                    const char * FromParameterName ) {
   return GraphExecutor::OutNode::GetOutData( FromNodeName ,