summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/errlsctn.C
blob: 75d06c5bbbe40f90d7cb5072456e0c7063fab867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/**
 *  @file errlsctn.C
 *
 *  @brief Implementation of ErrlSctn class
 */

/*****************************************************************************/
// I n c l u d e s
/*****************************************************************************/
#include "errlsctn.H"

namespace ERRORLOG
{

///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
ErrlSctn::ErrlSctn(const compId_t i_compId,
                   const uint8_t i_sctnVer,
                   const uint8_t i_subSect)
:iv_header(i_compId, i_sctnVer, i_subSect)
{

}

///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
ErrlSctn::~ErrlSctn()
{

}

} // end namespace
OpenPOWER on IntegriCloud