*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / data_block.hh
index 383a64369c612abdc8008e3068d2f99de2e9318c..1e325873ff82d13dff43b3ae31a2ab242fbe6781 100644 (file)
@@ -1,5 +1,19 @@
-#ifndef DATA_BLOCK_H
-#define DATA_BLOCK_H
+/******************************************************************************
+ * 
+ * LDC2 source code
+ *
+ * $Date: 2007/03/26 01:00:38 $
+ * $Author: hachti $
+ *
+ * $Log: data_block.hh,v $
+ * Revision 2.0  2007/03/26 01:00:38  hachti
+ * *** empty log message ***
+ *
+ *
+ ******************************************************************************/
+#ifndef DATA_BLOCK_HH
+#define DATA_BLOCK_HH
 
 #include<vector>
 #include<string>
@@ -23,6 +37,7 @@ public:
   int get_type();
   int get_word_size();
   virtual vector<string> get_description();
+
 protected:
   string extract_label(int);
 };