*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / data_block_7.cpp
index 121ed2d0fed739df53dae3469a23fdb013e93f35..c14b060bda198c833434e133805cea542b2640dc 100644 (file)
@@ -1,36 +1,28 @@
-$Header: /var/lib/cvs/h316/pc-tools/ldc2/src/data_block_7.cpp,v 1.6 2007/03/26 00:45:12 hachti Exp $
-
-#include "data_block_7.hh"
-
-/*!
- *\brief Specialisation constructor.
- */
-data_block_7::data_block_7(data_block & org)
-  :data_block(org)
-{
-  m_has_known_type=false;
-}
-
-/*!
- *\brief Describe the block.
- *\return A vector of text lines describing this block.
- */
-vector<string> data_block_7::get_description(){
-  vector<string> result;
-  result.insert(result.end(),extract_label(3)+"     "+
-               get_typestring()+"Reference to Item In Common");
-  return result;
-}
-
-/******************************************************************************/
-/*!
- *\brief Get called symbols.
- *\return A vector containing the symbol names exported by this
- *        block.
- */
-vector<string> data_block_7::get_called_symbols(){
-  vector<string> result;
-  string rs=extract_label(3);
-  if (rs!="      ") result.insert(result.end(),rs);
-  return result;
-}
+/******************************************************************************
+ * 
+ * LDC2 source code
+ *
+ * $Date: 2007/03/26 01:00:39 $
+ * $Author: hachti $
+ *
+ * $Log: data_block_7.cpp,v $
+ * Revision 2.0  2007/03/26 01:00:39  hachti
+ * *** empty log message ***
+ *
+ *
+ ******************************************************************************/
+/******************************************************************************
+ * 
+ * LDC2 source code
+ *
+ * $Date: 2007/03/26 01:00:39 $
+ * $Author: hachti $
+ *
+ * $Log: data_block_7.cpp,v $
+ * Revision 2.0  2007/03/26 01:00:39  hachti
+ * *** empty log message ***
+ *
+ *
+ ******************************************************************************/