Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/superv.git] / src / GraphBase / DataFlowBase_StreamGraph.hxx
index c33133a1ae01aa3ecdc689c04335eaa12504db68..6f6378d2750dd9b2ce0459abc9c5cdd21e971665 100644 (file)
@@ -60,12 +60,12 @@ namespace GraphBase {
 
       ~StreamGraph() ;
 
-      bool SetStreamParams( const long Timeout ,
+      bool SetStreamParams( CORBA::Long Timeout ,
                             const SUPERV::KindOfDataStreamTrace DataStreamTrace ,
-                            const double  DeltaTime ) ;
-      void StreamParams( long & Timeout ,
+                            CORBA::Double  DeltaTime ) ;
+      void StreamParams( CORBA::Long & Timeout ,
                          SUPERV::KindOfDataStreamTrace & DataStreamTrace ,
-                         double & DeltaTime ) const ;
+                         CORBA::Double & DeltaTime ) const ;
 
       bool CreateStreamTopology( const char * aDirectory ) ;