*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / data_block_0_14.cpp
index 7fbfdd224095435a8a7bce1908c8da2ffa8a122b..36863a8a940b0e3e6a9eeaa07ff2552380d74fda 100644 (file)
@@ -7,7 +7,9 @@
  */
 data_block_0_14::data_block_0_14(data_block_0 & org)
   :data_block_0(org)
-{}
+{
+  m_has_known_type=false;
+}
 
 /*!
  *\brief Describe the block.
@@ -19,3 +21,12 @@ vector<string> data_block_0_14::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_14::is_endblock(){
+  return true;
+}
+