summaryrefslogtreecommitdiff
path: root/src/OSD/OSD_Function.cxx
blob: c043db7af58dc98f83fdf2402cfe7ea555cea589 (plain)
1
2
3
4
5
6
7
8
9
10

#include <OSD_Function.hxx>

const Handle_Standard_Type& OSD_Function_Type_()
{
  static Handle_Standard_Type _aType = 
    new Standard_Type("OSD_Function",sizeof(OSD_Function));

  return _aType;
}