Integration of OCCT 6.5.0 from SVN
[occt.git] / src / LDOM / LDOM_DocumentType.hxx
CommitLineData
7fd59977 1// File: LDOM_DocumentType.hxx
2// Created: 28.06.01 09:42:54
3// Author: Alexander GRIGORIEV
4// Copyright: OpenCascade 2001
5
6
7#ifndef LDOM_DocumentType_HeaderFile
8#define LDOM_DocumentType_HeaderFile
9
10// Block of comments describing class LDOM_DocumentType
11//
12
13class LDOM_DocumentType
14{
15 public:
16 // ---------- PUBLIC METHODS ----------
17
18 LDOM_DocumentType () {}
19 // Empty constructor
20
21};
22
23#endif