0022627: Change OCCT memory management defaults
[occt.git] / src / BinObjMgt / BinObjMgt_PExtChar.hxx
... / ...
CommitLineData
1// File: BinObjMgt_PExtChar.hxx
2// Created: 24.03.03 18:11:56
3// Author: Michael SAZONOV
4// Copyright: Open CASCADE 2003
5
6#ifndef BinObjMgt_PExtChar_HeaderFile
7#define BinObjMgt_PExtChar_HeaderFile
8
9#include <Standard_TypeDef.hxx>
10
11typedef Standard_ExtCharacter* BinObjMgt_PExtChar;
12
13#endif