Salome HOME
Minor change - public keyword added.
[modules/hydro.git] / src / HYDROPy / HYDROData_PolylineXY.sip
index 82aa9ff5e83c4db8eda03cda10c3ce65de43d8b6..4286dee313f2ad46fc3fcde86c457f24b1ebb8ca 100644 (file)
 
 %ExportedHeaderCode
 #include <HYDROData_PolylineXY.h>
-   typedef bool BOOLTYPE;
 %End
 
-class HYDROData_PolylineXY : HYDROData_IPolyline
+class HYDROData_PolylineXY : public HYDROData_IPolyline
 {
 
 %TypeHeaderCode
@@ -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".