*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / data_block.hh
index 415337bd6100b3497f79115b3eabca007fa3df3d..1e325873ff82d13dff43b3ae31a2ab242fbe6781 100644 (file)
@@ -1,3 +1,17 @@
+/******************************************************************************
+ * 
+ * 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
 
@@ -23,7 +37,7 @@ public:
   int get_type();
   int get_word_size();
   virtual vector<string> get_description();
-  virtual bool get_obj_end();
+
 protected:
   string extract_label(int);
 };