Integration of OCCT 6.5.0 from SVN
[occt.git] / src / BinObjMgt / BinObjMgt_PReal.hxx
... / ...
CommitLineData
1// File: BinObjMgt_PReal.hxx
2// Created: 24.03.03 18:12:35
3// Author: Michael SAZONOV
4// Copyright: Open CASCADE 2003
5
6#ifndef BinObjMgt_PReal_HeaderFile
7#define BinObjMgt_PReal_HeaderFile
8
9#include <Standard_TypeDef.hxx>
10
11typedef Standard_Real* BinObjMgt_PReal;
12
13#endif