Salome HOME
Default value of Timeout in StreamGraphs.
authorrahuel <rahuel@opencascade.com>
Tue, 27 Apr 2004 13:46:21 +0000 (13:46 +0000)
committerrahuel <rahuel@opencascade.com>
Tue, 27 Apr 2004 13:46:21 +0000 (13:46 +0000)
src/GraphBase/DataFlowBase_StreamGraph.cxx

index ff9aaa186942b228fa16dde782413529319f7ff8..a5752697ffd1ae33d8410b44bf977a17f03ef648 100644 (file)
@@ -44,7 +44,7 @@ GraphBase::StreamGraph::StreamGraph( CORBA::ORB_ptr ORB ,
 //                                             const char * DebugFileName ) :
 //           Graph( ORB ,ptrNamingService , DataFlowName , DebugFileName ) {
            Graph( ORB ,ptrNamingService , DataFlowName , Graph_prof_debug , Graph_fdebug ) {
-  _Timeout = 0 ;
+  _Timeout = 300 ;
   _DataStreamTrace = SUPERV::WithoutTrace ;
   _DeltaTime = 0 ;
   Kind( SUPERV::DataStreamGraph ) ;
@@ -73,7 +73,7 @@ GraphBase::StreamGraph::StreamGraph( CORBA::ORB_ptr ORB ,
                   DataFlowEditorRelease , DataFlowAuthor , DataFlowComputer ,
                   DataFlowComment , Graph_prof_debug , Graph_fdebug ) {
 //                  DataFlowComment , DebugFileName ) {
-  _Timeout = 0 ;
+  _Timeout = 300 ;
   _DataStreamTrace = SUPERV::WithoutTrace ;
   _DeltaTime = 0 ;
   cdebug << "GraphBase::StreamGraph::StreamGraph" << endl ;