X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Profile.h;h=198cb2411208435553bdcb8ad047f72cc0ddcb9e;hb=58bb6b7459bebeeb089c9ed486c4683a8bae7288;hp=a15711509c2e902ca773dedd23221db17e053430;hpb=88441aa985fa1329b81af33a2769bf2f8858aaa0;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Profile.h b/src/HYDROData/HYDROData_Profile.h index a1571150..198cb241 100644 --- a/src/HYDROData/HYDROData_Profile.h +++ b/src/HYDROData/HYDROData_Profile.h @@ -22,11 +22,9 @@ #include "HYDROData_Object.h" #include "HYDROData_ProfileUZ.h" -DEFINE_STANDARD_HANDLE(HYDROData_Profile, HYDROData_Object) - class gp_XYZ; class OSD_File; -class Handle(HYDROData_Document); +class HYDROData_Document; /**\class HYDROData_Profile * \brief Class that stores/retreives information about the profile. @@ -52,7 +50,7 @@ protected: }; public: - DEFINE_STANDARD_RTTI(HYDROData_Profile); + DEFINE_STANDARD_RTTIEXT(HYDROData_Profile, HYDROData_Object); /** * Returns the kind of this object. Must be redefined in all objects of known type.