Added some includes
[h316.git] / pc-tools / ldc2 / src / eot_block.cpp
index 756515e5aeb435da4e08523670f0d5b3eb6354a9..efd31a0eae84b1999b59ca86465ed796b0c07d8b 100644 (file)
@@ -1,3 +1,17 @@
+/******************************************************************************
+ * 
+ * LDC2 source code
+ *
+ * $Date: 2007/03/26 01:00:40 $
+ * $Author: hachti $
+ *
+ * $Log: eot_block.cpp,v $
+ * Revision 2.0  2007/03/26 01:00:40  hachti
+ * *** empty log message ***
+ *
+ *
+ ******************************************************************************/
 #include <string>
 #include <vector>
 
@@ -12,6 +26,7 @@ using namespace std;
  */
 eot_block::eot_block(eot_block & org){
   operator=(org);
+  m_has_known_type=true;
 }
 
 /***************************************************************/
@@ -21,7 +36,7 @@ eot_block::eot_block(eot_block & org){
  */
 vector<string> eot_block:: get_description(){
   vector<string> result;
-  string r_string="           (EOT)     End of Tape mark";
+  string r_string="***********(EOT)*****End of Tape mark **********************";
   result.insert(result.end(),r_string);
   return result;
 }