From d075aed28323ceca5a0eeb79e791b6391b840de3 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 12 May 2005 11:13:49 +0000 Subject: [PATCH] IPAL8742. Add comments into generated files of DumpPython --- src/Supervision/SuperV_Impl.cxx | 3 +++ 1 file changed, 3 insertions(+) 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" ) ; -- 2.39.2