blob: 3067350077c4a1b53a4e4d71e9bace4e4b2db5c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
// File: LDOM_DocumentType.hxx
// Created: 28.06.01 09:42:54
// Author: Alexander GRIGORIEV
// Copyright: OpenCascade 2001
#ifndef LDOM_DocumentType_HeaderFile
#define LDOM_DocumentType_HeaderFile
// Block of comments describing class LDOM_DocumentType
//
class LDOM_DocumentType
{
public:
// ---------- PUBLIC METHODS ----------
LDOM_DocumentType () {}
// Empty constructor
};
#endif
|