*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / data_block_0_3.cpp
index 0652862761c67ab5d57e1e26732102da2b78fc55..b11dadfdb7798e6803845c4d3404478c39a149a5 100644 (file)
@@ -7,7 +7,10 @@
  */
 data_block_0_3::data_block_0_3(data_block_0 & org)
   :data_block_0(org)
-{}
+{
+  m_has_known_type=false;
+}
+
 
 /*!
  *\brief Describe the block.
@@ -19,3 +22,12 @@ vector<string> data_block_0_3::get_description(){
   return result;
 }
 
+/***************************************************************/
+/*!
+ *\brief Determine if the block marks the end of an object
+ *\return true because this block is an end block.
+ */
+bool data_block_0_3::is_endblock(){
+  return true;
+}
+