]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
IPAL8742. Add comments into generated files of DumpPython
authoreap <eap@opencascade.com>
Thu, 12 May 2005 11:13:49 +0000 (11:13 +0000)
committereap <eap@opencascade.com>
Thu, 12 May 2005 11:13:49 +0000 (11:13 +0000)
src/Supervision/SuperV_Impl.cxx

index 3ab58b563752354c93b873dc991b69e0fd6b44b4..0b29ee8923d94c86bddba34618fc44d8be233530 100644 (file)
@@ -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" ) ;