Salome HOME
PR: merge from branch BR_UnitTests tag mergeto_trunk_17oct05
[modules/kernel.git] / src / Plot2d / Plot2d_CurveContainer.h
index c018f430d3d19285eae4f27fb0f7b457f778bd00..ff5fdfcd85e0839b513f6130b925dae1cf525b00 100644 (file)
@@ -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: