From: eap Date: Thu, 12 May 2005 11:13:49 +0000 (+0000) Subject: IPAL8742. Add comments into generated files of DumpPython X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d075aed28323ceca5a0eeb79e791b6391b840de3;p=modules%2Fsuperv.git IPAL8742. Add comments into generated files of DumpPython --- diff --git a/src/Supervision/SuperV_Impl.cxx b/src/Supervision/SuperV_Impl.cxx index 3ab58b5..0b29ee8 100644 --- a/src/Supervision/SuperV_Impl.cxx +++ b/src/Supervision/SuperV_Impl.cxx @@ -103,6 +103,9 @@ Engines::TMPFile * SuperV_Impl::DumpPython( CORBA::Object_ptr theStudy , char * aGraph ; string aStringGraph ; string aStringRebuildData ; + aStringGraph = + "### This file is generated by SALOME automatically by dump python funcitonality\n" + "### of Supervisor component\n\n"; aStringRebuildData = "def RebuildData( theStudy ) :\n" ; if ( CORBA::is_nil( aStudy ) ) { MESSAGE( "aStudy is_nil" ) ;