From: eap Date: Fri, 6 May 2005 06:36:43 +0000 (+0000) Subject: Bug IPAL8742 (Add comments into generated files of DumpPython). Add static GetDumpStu... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fc8beebb3c127f20a0065a68782a6bf50c52cd7c;p=modules%2Fkernel.git Bug IPAL8742 (Add comments into generated files of DumpPython). Add static GetDumpStudyComment() --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_Study.hxx b/src/SALOMEDSImpl/SALOMEDSImpl_Study.hxx index 2baae207f..c4b0b2cf5 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_Study.hxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_Study.hxx @@ -230,6 +230,8 @@ public: bool isPublished, SALOMEDSImpl_DriverFactory* theFactory); + static TCollection_AsciiString GetDumpStudyComment(const char* theComponentName = 0); + virtual Handle(TDocStd_Document) GetDocument() { return _doc; } //The method dump creates a txt file that contain a dump of the study, for debug use