From 9c0e69b8cdf3aabcd77c119c3b3425fda66706da Mon Sep 17 00:00:00 2001 From: Mark Wenning Date: Mon, 11 Jul 2011 15:43:13 -0500 Subject: Cleanup from previous reviews, add barrier for CxxTest - add IStep1 for demo - cleanup: remove inheritance, add errlog tags, etc. - inadvertently ran copyright script, this is OK. - more cleanup: indentation, etc. - add barrier for CxxTests - rename cxxtest_stub.C to cxxtest_data.C - merge problems on gerrit - fix review comments Change-Id: Iee988b8595d8c6dd521fd94d4d58cb403898d948 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/207 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES Reviewed-by: A. Patrick Williams III --- src/include/usr/trace/interface.H | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'src/include/usr/trace') diff --git a/src/include/usr/trace/interface.H b/src/include/usr/trace/interface.H index 742600e90..84c2e5217 100644 --- a/src/include/usr/trace/interface.H +++ b/src/include/usr/trace/interface.H @@ -1,16 +1,20 @@ -/****************************************************************************** - * IBM Confidential - * - * Licensed Internal Code Source Materials - * - * IBM Flexible Support Processor Licensed Internal Code - * - * (c) Copyright IBM Corp. 2004, 2010 - * - * The source code is 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. - *****************************************************************************/ +/**************************************************************************** + * $IBMCopyrightBlock: + * + * IBM Confidential + * + * Licensed Internal Code Source Materials + * + * IBM HostBoot Licensed Internal Code + * + * (C) Copyright IBM Corp. 2011 + * + * 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. + * $ +****************************************************************************/ + #ifndef __TRACE_INTERFACE_H #define __TRACE_INTERFACE_H @@ -169,7 +173,7 @@ const uint32_t TRACE_FIELD = 0; //Indicates trace is field /** * Field and Debug trace macros * Users must define COMP_TD for their components prior to using macros. - * Additionally, users must define COMP_NAMESPACE, COMP_CLASS & COMP_FN + * Additionally, users must define COMP_NAMESPACE, COMP_CLASS & COMP_FN * prior to using the ENTER_/EXIT_ macros. * Example: * #define COMP_TD g_my_trace_desc -- cgit v1.2.3