summaryrefslogtreecommitdiff
path: root/src/Aspect/Aspect_FStream.cxx
blob: 2d0dedb0aa7d2fffdef063194f8905fdebde414a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// File:	Aspect_FStream.cxx
// Created:	Wed Aug 24 09:26:14 1994
// Author:	Modelistation
//		<model@bravox>


#include <Aspect_FStream.hxx>

const Handle(Standard_Type)& STANDARD_TYPE(Aspect_FStream)
{
  static Handle(Standard_Type) _atype = 
    new Standard_Type("Aspect_FStream",sizeof(Aspect_FStream));
  return _atype;
}