X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlot2d%2FPlot2d_CurveContainer.h;h=ff5fdfcd85e0839b513f6130b925dae1cf525b00;hb=1bd1d38e86c39b13e265f8ff534fc1463c25fef3;hp=c018f430d3d19285eae4f27fb0f7b457f778bd00;hpb=4655b0b0eb5345da6a86852021014b0cbae2ad30;p=modules%2Fkernel.git diff --git a/src/Plot2d/Plot2d_CurveContainer.h b/src/Plot2d/Plot2d_CurveContainer.h index c018f430d..ff5fdfcd8 100644 --- a/src/Plot2d/Plot2d_CurveContainer.h +++ b/src/Plot2d/Plot2d_CurveContainer.h @@ -1,12 +1,10 @@ -// File : Plot2d_CurveContainer.h -// Created : UI team, 05.09.00 -// Descrip : Curve container class - -// Modified : Mon Dec 03 15:37:21 2001 -// Author : Vadim SANDLER -// Project : SALOME -// Module : Plot2d -// Copyright : Open CASCADE 2001 +// Copyright (C) 2003 CEA/DEN, EDF R&D +// +// +// +// File : Plot2d_CurveContainer.h +// Author : Vadim SANDLER +// Module : SALOME // $Header$ #ifndef Plot2d_CurveContainer_h @@ -25,7 +23,7 @@ public: void removeCurve( const int index, bool alsoDelete = false ) ; void clear( bool alsoDelete = false ); int count(); - bool isEmpty(); + bool isEmpty() const; Plot2d_Curve* curve( const int index ); private: