Integration of OCCT 6.5.0 from SVN
[occt.git] / src / Aspect / Aspect_FStream.hxx
diff --git a/src/Aspect/Aspect_FStream.hxx b/src/Aspect/Aspect_FStream.hxx
new file mode 100755 (executable)
index 0000000..b659ed0
--- /dev/null
@@ -0,0 +1,12 @@
+
+#ifndef _Aspect_FStream_HeaderFile
+#define _Aspect_FStream_HeaderFile
+
+#include <Standard_Stream.hxx>
+
+typedef ofstream* Aspect_FStream;
+
+#include <Standard_Type.hxx>
+const Handle(Standard_Type)& STANDARD_TYPE(Aspect_FStream);
+
+#endif