X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_Operation.hxx;h=855d0da2a33e0abec6e601c9de97c14a7f743bc5;hb=09d10e66ba0fac5353c8d1f138055fc6fe86fb65;hp=1b83cd51771d36cd35434ebd440f4805196eebdb;hpb=5ea16b2d660c191252474270455af7a3c5822eab;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_Operation.hxx b/src/HYDROCurveCreator/CurveCreator_Operation.hxx index 1b83cd51..855d0da2 100644 --- a/src/HYDROCurveCreator/CurveCreator_Operation.hxx +++ b/src/HYDROCurveCreator/CurveCreator_Operation.hxx @@ -77,7 +77,6 @@ public: * It is applicable to the following operations: * * @return true in case of success; false otherwise. */ @@ -108,27 +107,26 @@ public: const int theIntParam2); /** - * This method initializes the object with an operation with - * list of pairs of integer parameters. - * It is applicable to the following operations: + * This method initializes the object with an operation with two integer + * parameters. It is applicable to the following operations: * * @return true in case of success; false otherwise. */ - bool init(const Type theType, - const CurveCreator_ICurve::SectionToPointList &theParamList1); + bool init(const Type theType, const std::list theParamList); /** - * This method initializes the object with an operation with three integer - * parameters. It is applicable to the following operations: + * This method initializes the object with an operation with + * list of pairs of integer parameters. + * It is applicable to the following operations: * * @return true in case of success; false otherwise. */ - bool init(const Type theType, const int theIntParam1, - const int theIntParam2, const int theIntParam3); + bool init(const Type theType, + const CurveCreator_ICurve::SectionToPointList &theParamList1); /** * This method initializes the object with an operation with one