*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / data_block.cpp
index 41d52f8f2a22bb7a83462810b21207692d733b63..e5d7c000e7fdae467639804a31264fe68a9c7b6c 100644 (file)
@@ -47,6 +47,15 @@ vector<string> data_block::get_description(){
   return result;
 }
 
+/*!
+ *\brief Determine if the block marks the end of an object
+ *\retval true The block marks the end of an object.
+ *\retval false The block does not mark the end of an object.
+ */
+bool data_block::get_obj_end(){
+  return false;
+}
+
 /*!
  *\brief Extract 6 byte symbol name from word memory.
  *