X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGraphBase%2FDataFlowBase_Graph.cxx;fp=src%2FGraphBase%2FDataFlowBase_Graph.cxx;h=e0963cfe9da26b37ecc4f8151328de029904fd15;hb=14f24d469e1969ea03b8e3aaf36999352595068f;hp=7b63c99cca6269f32c37453441e3abf52a48f512;hpb=59fdb09fa5ecce8a2c95a4113b27d19e35b3393b;p=modules%2Fsuperv.git diff --git a/src/GraphBase/DataFlowBase_Graph.cxx b/src/GraphBase/DataFlowBase_Graph.cxx index 7b63c99..e0963cf 100644 --- a/src/GraphBase/DataFlowBase_Graph.cxx +++ b/src/GraphBase/DataFlowBase_Graph.cxx @@ -100,9 +100,9 @@ GraphBase::SNode * GraphBase::Graph::GetInfo() const { Info->theName = Name() ; Info->theKind = Kind() ; if ( IsDataStreamNode() ) { - long Timeout ; + CORBA::Long Timeout ; SUPERV::KindOfDataStreamTrace DataStreamTrace ; - double DeltaTime ; + CORBA::Double DeltaTime ; ((GraphBase::StreamGraph * ) this)->StreamParams( Timeout , DataStreamTrace , DeltaTime ) ; Info->theTimeout = Timeout ; Info->theDataStreamTrace = DataStreamTrace ;