From: akl Date: Fri, 6 Jun 2014 11:03:22 +0000 (+0400) Subject: Add comment that it is for GUI only. X-Git-Tag: V7_5_0a1~50^2~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=87f1141aa9d78102f59a9d20ace2180cb580c466;p=modules%2Fgeom.git Add comment that it is for GUI only. --- diff --git a/idl/GEOM_Gen.idl b/idl/GEOM_Gen.idl index 7e91ac4df..8f75248b5 100644 --- a/idl/GEOM_Gen.idl +++ b/idl/GEOM_Gen.idl @@ -5095,6 +5095,7 @@ module GEOM * \param theStudy The study in which the object is published * \param theListOfEntries List of GEOM object entries in OCAF tree (not in study) * \return Struct of dependent entries and its links as a byte array + * \note This method is supposed to be used by GUI only. */ SALOMEDS::TMPFile GetDependencyTree(in SALOMEDS::Study theStudy, in string_array theListOfEntries);