From: vsr Date: Thu, 3 Dec 2009 15:37:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: PHASE_17_Part1_V1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bb22be5eb08f12c1a14885dad2b99a83fb000180;p=modules%2Fgeom.git *** empty log message *** --- diff --git a/src/GEOM_I/GEOM_DumpPython.cc b/src/GEOM_I/GEOM_DumpPython.cc index e1969c68f..5ac911aa6 100644 --- a/src/GEOM_I/GEOM_DumpPython.cc +++ b/src/GEOM_I/GEOM_DumpPython.cc @@ -56,7 +56,6 @@ Engines::TMPFile* GEOM_Gen_i::DumpPython(CORBA::Object_ptr theStudy, TVariablesList aVariableMap; - /*ASL: temporary commented for Notebook SALOMEDS::ChildIterator_var Itr = aStudy->NewChildIterator(aSO); for(Itr->InitEx(true); Itr->More(); Itr->Next()) { SALOMEDS::SObject_var aValue = Itr->Value(); @@ -69,6 +68,7 @@ Engines::TMPFile* GEOM_Gen_i::DumpPython(CORBA::Object_ptr theStudy, CORBA::String_var anEntry = GO->GetEntry(); aMap.Bind( (char*)anEntry.in(), (char*)aName.in() ); + /*ASL: temporary commented for Notebook //Find attribute with list of used notebook variables SALOMEDS::GenericAttribute_var anAttr; SALOMEDS::AttributeString_var anAttrStr; @@ -88,10 +88,10 @@ Engines::TMPFile* GEOM_Gen_i::DumpPython(CORBA::Object_ptr theStudy, } aVariableMap.insert(pair(TCollection_AsciiString(anEntry),aStates)); } + */ } } } - */ TCollection_AsciiString aScript = "# -*- coding: iso-8859-1 -*-\n"