Salome HOME
IPAL54434: TC9.2.0: GEOM: Textured point marker is not set
[modules/geom.git] / src / GEOM / GEOM_Solver.hxx
index 8d6b84c15e8b71b386f9a2d80f5bec748336b16a..c3518ca3449695332cf1559661f4539503ba3021 100644 (file)
@@ -35,9 +35,9 @@ class GEOM_Solver
   Standard_EXPORT GEOM_Solver(GEOM_Engine* theEngine) :_engine(theEngine) {}
   Standard_EXPORT ~GEOM_Solver() {}
 
-  //Update the values of all GEOM_Object in the document theDocID, theSeq will contain a list of touched labels
+  //Update the values of all GEOM_Object in the document, theSeq will contain a list of touched labels
   //Note: not Implemented
-  Standard_EXPORT bool Update(int theDocID, TDF_LabelSequence& theSeq); 
+  Standard_EXPORT bool Update(TDF_LabelSequence& theSeq);
  
   //Updates a value of theObject, theSeq will contain a list of touched labels
   //Note: not implemented