summaryrefslogtreecommitdiff
path: root/src/Standard/Standard_OStream.cxx
blob: 325564a7e50ee4b2d904d178c23aba2cdeced498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#include <Standard_OStream.hxx>
#include <Standard_Type.hxx>

Handle_Standard_Type& Standard_OStream_Type_() 
{
  static Handle_Standard_Type _aType = 
    new Standard_Type("Standard_OStream", sizeof(Standard_OStream));
  
  return _aType;
}