summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/errlsctn.C
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2011-05-12 12:51:31 -0500
committerAndrew J. Geissler <andrewg@us.ibm.com>2011-05-24 10:08:00 -0500
commited023e4eb60989a43b1e1e672dd77d84d3a543b3 (patch)
tree9e109d40d46fdc7f67e62817e851bee678e64b5e /src/usr/errl/errlsctn.C
parent50e70ce9facb233be4158569c11dc8b64d4297b2 (diff)
downloadtalos-hostboot-ed023e4eb60989a43b1e1e672dd77d84d3a543b3.tar.gz
talos-hostboot-ed023e4eb60989a43b1e1e672dd77d84d3a543b3.zip
Initial Error Log code delivery
Merge src/usr/makefile conflict Update after first review Update after 2nd review. Add error creation example Update example with review comments Re-arrange parameters' order of error log constructor Update with additional comments from Patrick Change-Id: I18001f6232492a3acfd8819b34ef670a785ac483 Reviewed-on: http://gfwr801.rchland.ibm.com:8080/gerrit/72 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'src/usr/errl/errlsctn.C')
-rw-r--r--src/usr/errl/errlsctn.C32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/usr/errl/errlsctn.C b/src/usr/errl/errlsctn.C
new file mode 100644
index 000000000..75d06c5bb
--- /dev/null
+++ b/src/usr/errl/errlsctn.C
@@ -0,0 +1,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