Salome HOME
Merge branch 'BR_HYDRO_IMPS_2016' of ssh://gitolite3@git.salome-platform.org/modules...
[modules/hydro.git] / src / HYDROData / HYDROData_VisualState.h
index 132968dccf3f7f4fe5b0578f5287b865a93805b8..ea694a9b3f593b9a9959f958f118d52253a87308 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
@@ -25,8 +21,6 @@
 
 #include <HYDROData_Entity.h>
 
-DEFINE_STANDARD_HANDLE(HYDROData_VisualState, HYDROData_Entity)
-
 /**\class HYDROData_VisualState
  * \brief Class that stores/retreives information about the visual state.
  *
@@ -45,7 +39,7 @@ protected:
   };
 
 public:
-  DEFINE_STANDARD_RTTI(HYDROData_VisualState);
+  DEFINE_STANDARD_RTTIEXT(HYDROData_VisualState, HYDROData_Entity);
 
   /**
    * Returns the kind of this object. Must be redefined in all objects of known type.