From: adv Date: Wed, 29 Jan 2014 11:21:39 +0000 (+0000) Subject: Parameters annotation corrected. X-Git-Tag: BR_hydro_v_1_0~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6450e251d00e2beaa02e0de026b0f1af2b948a0e;p=modules%2Fhydro.git Parameters annotation corrected. --- diff --git a/src/HYDROPy/HYDROData_PolylineXY.sip b/src/HYDROPy/HYDROData_PolylineXY.sip index e1aea5d3..c56e55a6 100644 --- a/src/HYDROPy/HYDROData_PolylineXY.sip +++ b/src/HYDROPy/HYDROData_PolylineXY.sip @@ -110,9 +110,9 @@ public: * \param theSectionType type of section * \param theIsClosed flag indicates closures of section */ - void GetSections( NCollection_Sequence& theSectNames, - NCollection_Sequence& theSectTypes, - NCollection_Sequence& theSectClosures ) const; + void GetSections( NCollection_Sequence& theSectNames /Out/, + NCollection_Sequence& theSectTypes /Out/, + NCollection_Sequence& theSectClosures /Out/ ) const; /** * Replaces point for section with index "theSectionIndex".