*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / data_block_0.hh
index c34ee081a3baa25d313eb3907ca64bfe81bf36a7..a29f68effb17d0c214209d79339a1e5848663e5f 100644 (file)
@@ -1,17 +1,20 @@
 #ifndef DATA_BLOCK_0_H
 #define DATA_BLOCK_0_H
 
+#include <string>
 #include "data_block.hh"
 
+/*!
+ *\brief Class for block type (0-*).
+ */
 class data_block_0
   : public data_block
 {
  public:
   data_block_0(data_block&);
   virtual ~data_block_0();
-
   int get_subtype();
-
+protected:
 };
 
 #endif