Salome HOME
Merge from branch CCRT_Port_V220.
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_SObject_i.hxx
index a4c73ce43c8bffcf6bef0355079e5c7e01d1ace8..c5f534180e85248607f5567ac8327b86f723266b 100644 (file)
@@ -110,6 +110,8 @@ public:
   SALOMEDS_Study_i* GetStudyServant(){ return _study;}
 
   TDF_Label GetLabel(){ return _lab;}
+  TDF_Label GetFatherLabel(){ return _lab.Father();}
+  TDF_Label GetFatherComponentLabel();
 
   CORBA::ORB_var GetORB() const;
 
@@ -133,9 +135,6 @@ protected:
   TAttrHolder 
   _FindGenAttribute(const char* theTypeOfAttribute);
 
-  SALOMEDS::GenericAttribute_ptr 
-  _FindCORBAAttribute(const char* theTypeOfAttribute);
-
   Handle(TDF_Attribute) 
     _AddAttribute(const char* theTypeOfAttribute);