X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOM%2FGEOM_BaseObject.hxx;h=3314bb597ffb6d34eae4c1add57eb1b656789224;hb=14e1a694c4cf249fe205a39c099482bc5b28a6e5;hp=464e0f6a01e359298738da68b0868caa9aaff021;hpb=2736f682fe0d63fbaf9dff49c46b4fa6c23d72ce;p=modules%2Fgeom.git diff --git a/src/GEOM/GEOM_BaseObject.hxx b/src/GEOM/GEOM_BaseObject.hxx index 464e0f6a0..3314bb597 100644 --- a/src/GEOM/GEOM_BaseObject.hxx +++ b/src/GEOM/GEOM_BaseObject.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -37,7 +37,7 @@ class GEOM_BaseObject; class GEOM_Engine; -DEFINE_STANDARD_HANDLE( GEOM_BaseObject, Standard_Transient ); +DEFINE_STANDARD_HANDLE( GEOM_BaseObject, Standard_Transient ) class GEOM_BaseObject : public Standard_Transient { @@ -92,9 +92,6 @@ public: Standard_EXPORT void SetTic(int theTic); Standard_EXPORT void IncrementTic(); - //Returns an ID of the OCAF document where this GEOM_BaseObject is stored - Standard_EXPORT int GetDocID(); - //Sets a name of this GEOM_BaseObject Standard_EXPORT void SetName(const char* theName); @@ -163,7 +160,6 @@ public: TDF_Label _label; TCollection_AsciiString _ior; TCollection_AsciiString _parameters; - int _docID; public: DEFINE_STANDARD_RTTIEXT(GEOM_BaseObject,Standard_Transient)