blob: 9ecd25ed1812bf163414415708325556d9e8c48a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef __WNT_Uint_HeaderFile
# include <WNT_Uint.hxx>
#endif // __WNT_Uint_HeaderFile
const Handle( Standard_Type )& STANDARD_TYPE( WNT_Uint ) {
static Handle( Standard_Type ) _aType = new Standard_Type (
"WNT_Uint", sizeof ( WNT_Uint )
);
return _aType;
} // end function
|