a29f68effb17d0c214209d79339a1e5848663e5f
[h316.git] / pc-tools / ldc2 / src / data_block_0.hh
1 #ifndef DATA_BLOCK_0_H
2 #define DATA_BLOCK_0_H
3
4 #include <string>
5 #include "data_block.hh"
6
7 /*!
8 *\brief Class for block type (0-*).
9 */
10 class data_block_0
11 : public data_block
12 {
13 public:
14 data_block_0(data_block&);
15 virtual ~data_block_0();
16 int get_subtype();
17 protected:
18 };
19
20 #endif