*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / data_block.hh
index 2b18f958c706bf55e1a122172e1003a050050b7d..7a9e1bf907811960778615c58f7ebfa6d32c13f9 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef DATA_BLOCK_H
-#define DATA_BLOCK_H
+#ifndef DATA_BLOCK_HH
+#define DATA_BLOCK_HH
 
 #include<vector>
 #include<string>
@@ -23,7 +23,7 @@ public:
   int get_type();
   int get_word_size();
   virtual vector<string> get_description();
-  virtual bool get_obj_end();
+
 protected:
   string extract_label(int);
 };