Salome HOME
Merge master branch into V9_dev.
[modules/geom.git] / src / GEOM / GEOM_BaseObject.hxx
index 464e0f6a01e359298738da68b0868caa9aaff021..f282d099e7a8cd18f58b4c60ef42a43733512dd6 100644 (file)
@@ -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)