Salome HOME
Dump to python corrected.
[modules/hydro.git] / src / HYDROPy / HYDROData_PolylineXY.sip
index 82aa9ff5e83c4db8eda03cda10c3ce65de43d8b6..40781bdf3c0e03d52858d125c104cae2ef6a78c4 100644 (file)
@@ -22,7 +22,6 @@
 
 %ExportedHeaderCode
 #include <HYDROData_PolylineXY.h>
-   typedef bool BOOLTYPE;
 %End
 
 class HYDROData_PolylineXY : HYDROData_IPolyline
@@ -90,7 +89,7 @@ public:
    */
   void GetSections( NCollection_Sequence<TCollection_AsciiString>& theSectNames,
                     NCollection_Sequence<HYDROData_IPolyline::SectionType>& theSectTypes,
-                    /*NCollection_Sequence<bool>&*/ NCollection_Sequence<BOOLTYPE>& theSectClosures ) const;
+                    NCollection_Sequence<bool>& theSectClosures ) const;
 
   /**
    * Replaces point for section with index "theSectionIndex".