e8bed988327eab0ab27492e0b459b3cab6b80c50
[h316.git] / pc-tools / ldc2 / src / data_block_0_54.cpp
1 #include "data_block_0_54.hh"
2
3 #include <stdio.h>
4
5 /*!
6 *\brief Parent class copy constructor.
7 */
8 data_block_0_54::data_block_0_54(data_block_0 & org)
9 :data_block_0(org)
10 {}
11
12 /*!
13 *\brief Describe the block.
14 *\return A vector of text lines describing this block.
15 */
16 vector<string> data_block_0_54::get_description(){
17 vector<string> result;
18 result.insert(result.end()," "+get_typestring()+"Enter extended-memory desectorizing");
19 return result;
20 }
21