*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / tape_block.cpp
index 8ba9ddea5e37eb179b2520c33e711ffc319ee324..9583465f638e63e5c1fed2f790575c27e4cd3a4e 100644 (file)
@@ -2,11 +2,14 @@
  * 
  * LDC2 source code
  *
- * $Date: 2007/03/26 03:20:31 $
+ * $Date: 2007/12/23 15:25:11 $
  * $Author: hachti $
  *
  * $Log: tape_block.cpp,v $
- * Revision 2.1  2007/03/26 03:20:31  hachti
+ * Revision 2.2  2007/12/23 15:25:11  hachti
+ * *** empty log message ***
+ *
+ * Revision 2.1  2007-03-26 03:20:31  hachti
  * *** empty log message ***
  *
  * Revision 2.0  2007-03-26 01:00:40  hachti
@@ -227,6 +230,18 @@ vector<string> tape_block::get_called_symbols(){
   return result;
 }
 
+/***************************************************************/
+/*!
+ *\brief Dump block contents
+ *\return A vector containing Information about the block's 
+ *        content.
+ */
+vector<string> tape_block::dump_contents(){
+  vector<string> result;
+  result.insert(result.end(),"No known contents.");
+  return result;
+}
+
 /***************************************************************/
 /*!
  *\brief Determine if the block has a known type.