X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Polyline.h;h=7b70a15fd1303197554c7cb40ce413d0a5f7849e;hb=58bb6b7459bebeeb089c9ed486c4683a8bae7288;hp=e14c54037ce2e1a69a11626bee066395f000ea97;hpb=fcd41a745faf1509dda0fd8dc47c2b6a658f87dc;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Polyline.h b/src/HYDROGUI/HYDROGUI_Polyline.h index e14c5403..7b70a15f 100644 --- a/src/HYDROGUI/HYDROGUI_Polyline.h +++ b/src/HYDROGUI/HYDROGUI_Polyline.h @@ -1,8 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE -// -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// +// Copyright (C) 2014-2015 EDF-R&D // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either @@ -29,7 +25,7 @@ #include #include #include -#include +#include #include #include @@ -47,9 +43,7 @@ public: const Standard_Integer aMode = 0); public: - DEFINE_STANDARD_RTTI(HYDROGUI_Polyline); + DEFINE_STANDARD_RTTIEXT(HYDROGUI_Polyline, AIS_Shape); }; -DEFINE_STANDARD_HANDLE(HYDROGUI_Polyline, AIS_Shape) - #endif