*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / data_block_0_3.cpp
index 3b8a0749cafab7317abbda57979c1e1650c48e85..b11dadfdb7798e6803845c4d3404478c39a149a5 100644 (file)
@@ -22,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;
+}
+