summaryrefslogtreecommitdiff
path: root/src/MFT/MFT_CommandDescriptor.cxx
blob: 841e134cc3eed7f78e8f938c2429457485368ee9 (plain)
1
2
3
4
5
6
7
8
#include <MFT_CommandDescriptor.hxx>

const Handle_Standard_Type& STANDARD_TYPE(MFT_CommandDescriptor)
{
  static Handle_Standard_Type _aType = new Standard_Type("MFT_CommandDescriptor",sizeof(MFT_CommandDescriptor));

  return _aType;
}