blob: 70b5d83657f7ada8de64473f20c30e081e8b10fc (
plain)
1
2
3
4
5
6
7
8
9
|
#include <Transfer_DataInfo.ixx>
Handle(Standard_Type) Transfer_DataInfo::Type
(const Handle(Standard_Transient)& ent)
{ return ent->DynamicType(); }
Standard_CString Transfer_DataInfo::TypeName
(const Handle(Standard_Transient)& ent)
{ return ent->DynamicType()->Name(); }
|