]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/GraphExecutor/DataFlowExecutor_InNode.hxx
Salome HOME
SMH: 3.0.0 preparation = merged version (POLYWORK + RTVDEBUG01) + adopation for new GUI
[modules/superv.git] / src / GraphExecutor / DataFlowExecutor_InNode.hxx
index 1b25ab5ad79f3f477d26b661fabccded3d741930..c8bf760305f80c4a38c7b351d15c5c51223c1913 100644 (file)
@@ -342,8 +342,12 @@ namespace GraphExecutor {
       bool Resume() ;
       bool Stop() ;
 
-      void CreateNewThread( bool k_create ) { _createNewThread = k_create ; } ;
-      void CreateNewThreadIf( bool k_create ) { _createNewThreadIf = k_create ; } ;
+      void CreateNewThread( bool k_create ) {
+//           cdebug << Name() << " CreateNewThread " << k_create << endl ;
+           _createNewThread = k_create ; } ;
+      void CreateNewThreadIf( bool k_create ) {
+//           cdebug << Name() << " CreateNewThreadIf( " << k_create << " )" << endl ;
+           _createNewThreadIf = k_create ; } ;
       bool CreateNewThread() { return _createNewThread ; } ;
       bool CreateNewThreadIf() { return _createNewThreadIf ; } ;
       void NewThread( pthread_t aThread ) ;
@@ -462,7 +466,7 @@ namespace GraphExecutor {
                             ServicesAnyData * InParametersList ) ;
       void InOutParametersSet( int nOutParams ,
                                ServicesAnyData * OutParametersList ) ;
-      bool OutParametersSet( bool Err , SUPERV::GraphState NewState ,
+      bool OutParametersSet( bool Err , SUPERV::GraphState PortState ,
                              int nOutParams ,
                              ServicesAnyData * OutParametersList ) ;
       void coutbegin() ;
@@ -475,7 +479,8 @@ namespace GraphExecutor {
       long PyCpu() ;
 
       bool PyRunSimpleString( char* thePyString );
-      PyObject * PyEvalCallObject( PyObject * MyPyRunMethod ,
+      PyObject * PyEvalCallObject( const char *method ,
+                                   PyObject * MyPyRunMethod ,
                                    PyObject * ArgsList ) ;
     } ;