Added some includes
[h316.git] / pc-tools / ldc2 / src / data_block_4.hh
index f73f80581e86703f72a262fc43b12361a539df6e..79fceda506bfe06a7fe165a5c82458b50d954a5b 100644 (file)
@@ -1,3 +1,20 @@
+/******************************************************************************
+ * 
+ * LDC2 source code
+ *
+ * $Date: 2007/05/30 01:33:08 $
+ * $Author: hachti $
+ *
+ * $Log: data_block_4.hh,v $
+ * Revision 2.1  2007/05/30 01:33:08  hachti
+ * Corrected handling for FORTRAN data blocks 3 and 4: added endblock capability.
+ *
+ * Revision 2.0  2007-03-26 01:00:39  hachti
+ * *** empty log message ***
+ *
+ *
+ ******************************************************************************/
 #ifndef DATA_BLOCK_4_H
 #define DATA_BLOCK_4_H
 
@@ -19,7 +36,7 @@ protected:
 
 public:  
   vector<string> get_description();
-  bool is_endblock();
+  virtual bool is_endblock();
 };
 
 #endif