Added some includes
[h316.git] / pc-tools / ldc2 / src / tape_block.hh
index 2d42100445bc9ef86705e58d9ece04df2bcacff4..64f13fd1ba0920831b55992e54612cbdc36f169f 100644 (file)
@@ -1,3 +1,20 @@
+/******************************************************************************
+ * 
+ * LDC2 source code
+ *
+ * $Date: 2007/12/23 15:25:11 $
+ * $Author: hachti $
+ *
+ * $Log: tape_block.hh,v $
+ * Revision 2.1  2007/12/23 15:25:11  hachti
+ * *** empty log message ***
+ *
+ * Revision 2.0  2007-03-26 01:00:40  hachti
+ * *** empty log message ***
+ *
+ *
+ ******************************************************************************/
 #ifndef TAPE_BLOCK_HH
 #define TAPE_BLOCK_HH
 
@@ -93,6 +110,7 @@ public: // methods
   virtual bool is_endblock();
   virtual vector<string> get_exported_symbols();
   virtual vector<string> get_called_symbols();
+  virtual vector<string> dump_contents();
   virtual bool has_known_type();
 
   static tape_block * gen_from_fd(int  fd,