]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
*** empty log message *** PHASE_17_Part1_V1
authorvsr <vsr@opencascade.com>
Thu, 3 Dec 2009 15:37:00 +0000 (15:37 +0000)
committervsr <vsr@opencascade.com>
Thu, 3 Dec 2009 15:37:00 +0000 (15:37 +0000)
src/GEOM_I/GEOM_DumpPython.cc

index e1969c68f03508fe2bf8167f2f7972125263251d..5ac911aa6a4bf30744744fca4f39003e06a21fbf 100644 (file)
@@ -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,ObjectStates*>(TCollection_AsciiString(anEntry),aStates));
        }
+  */
       }
     }
   }
-  */
   
   TCollection_AsciiString aScript =
     "# -*- coding: iso-8859-1 -*-\n"