Salome HOME
ImportFromFile()
[modules/hydro.git] / src / HYDROData / HYDROData_Digue.cxx
index 9566574e55825a12caea6edef3e57afd871d9484..4ba967ac50dde779fedd9727f4132e9996dd61ab 100644 (file)
@@ -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
@@ -42,23 +38,13 @@ HYDROData_Digue::~HYDROData_Digue()
 {
 }
 
-QColor HYDROData_Digue::DefaultFillingColor()
+QColor HYDROData_Digue::DefaultFillingColor() const
 {
   return QColor( Qt::red );
 }
 
-QColor HYDROData_Digue::DefaultBorderColor()
+QColor HYDROData_Digue::DefaultBorderColor() const
 {
   return QColor( Qt::transparent );
 }
 
-QColor HYDROData_Digue::getDefaultFillingColor() const
-{
-  return DefaultFillingColor();
-}
-
-QColor HYDROData_Digue::getDefaultBorderColor() const
-{
-  return DefaultBorderColor();
-}
-