summaryrefslogtreecommitdiffstats
path: root/src/usr/pore/poreve/porevesrc/create.C
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2013-12-01 09:39:35 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-12-06 10:13:01 -0600
commit7615414ee5ffc83a9c2c9d65770c57f69d37fc4e (patch)
tree08ca9d4762f9be95609973b95c59efda1b1bca22 /src/usr/pore/poreve/porevesrc/create.C
parent1e00a3c8a448fccb7b0afa65aa78692a3d7e3c68 (diff)
downloadtalos-hostboot-7615414ee5ffc83a9c2c9d65770c57f69d37fc4e.tar.gz
talos-hostboot-7615414ee5ffc83a9c2c9d65770c57f69d37fc4e.zip
VSBE update SW213552
Change-Id: I1e8d075ace452816183c584561fe948d338ea756 CQ:SW213552 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7468 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/pore/poreve/porevesrc/create.C')
-rw-r--r--src/usr/pore/poreve/porevesrc/create.C48
1 files changed, 23 insertions, 25 deletions
diff --git a/src/usr/pore/poreve/porevesrc/create.C b/src/usr/pore/poreve/porevesrc/create.C
index 8e0d8d636..1ede957e3 100644
--- a/src/usr/pore/poreve/porevesrc/create.C
+++ b/src/usr/pore/poreve/porevesrc/create.C
@@ -1,27 +1,26 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/usr/pore/poreve/porevesrc/create.C $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2012
-//
-// p1
-//
-// Object Code Only (OCO) source materials
-// Licensed Internal Code Source Materials
-// IBM HostBoot Licensed Internal Code
-//
-// The source code for this program is not published or other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
-// $ID$
-
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/pore/poreve/porevesrc/create.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
+// $Id: create.C,v 1.4 2013/11/27 19:57:47 thi Exp $
/// \file create.C
/// \brief The create method for PoreVe
///
@@ -40,7 +39,6 @@ PoreVe::create(const PoreIbufId i_id,
const fapi::Target i_masterTarget,
const void* i_arg)
{
- // i_arg is needed for subclass to instantiate and the (debug) subclass.
return new PoreVe(i_id, i_masterTarget);
}
OpenPOWER on IntegriCloud