diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2014-01-27 15:33:09 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-02-14 12:41:36 -0600 |
| commit | 10a93afdbdd5bccc9a10b797d66b008580ba16bb (patch) | |
| tree | caddb050384fe2eb4cd8844c59a28d9ea9e8b7c0 /src/include/usr/hwpf | |
| parent | 5850220077f29041920e83de66ec458dac9c82a7 (diff) | |
| download | blackbird-hostboot-10a93afdbdd5bccc9a10b797d66b008580ba16bb.tar.gz blackbird-hostboot-10a93afdbdd5bccc9a10b797d66b008580ba16bb.zip | |
Hostboot Serviceability Review Part 2
Resolving TODOs and ensuring error logs have correct callouts
Change-Id: Ic2e65427487fb91553ffe4ed6e3ed922004963ba
RTC: 92837
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8374
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
| -rw-r--r-- | src/include/usr/hwpf/fapi/fapiReturnCode.H | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/src/include/usr/hwpf/fapi/fapiReturnCode.H b/src/include/usr/hwpf/fapi/fapiReturnCode.H index 9265d0750..37fe73465 100644 --- a/src/include/usr/hwpf/fapi/fapiReturnCode.H +++ b/src/include/usr/hwpf/fapi/fapiReturnCode.H @@ -23,7 +23,6 @@ // $Id: fapiReturnCode.H,v 1.19 2013/11/11 19:33:31 mjjones Exp $ // $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/hwpf/working/fapi/fapiReturnCode.H,v $ - /** * @file fapiReturnCode.H * @@ -46,6 +45,7 @@ * mjjones 02/22/2012 Allow user to add Target FFDC * mjjones 03/16/2012 Add type to FFDC data * mjjones 03/16/2012 Allow different PLAT errors + * mjjones 04/20/2012 Remove deprecated int assign * brianh 07/31/2012 performance/size optimizations * mjjones 08/14/2012 Created getCreateReturnCodeDataRef * mjjones 09/19/2012 Add FFDC ID to error info @@ -175,21 +175,6 @@ public: ReturnCode & operator=(const ReturnCode & i_right); /** - * @brief ***DEPRECATED*** Assignment Operator. - * - * TODO - * This function will be deleted to prevent invalid usage of ReturnCode - * Use setFapiError, setPlatError, setEcmdError or FAPI_SET_HWP_ERROR - * - * @param[in] i_rc rcValue to assign - * - * If FAPI_RC_SUCCESS (zero) is assigned then any associated data is deleted - * - * @return Reference to 'this' ReturnCode - */ - ReturnCode & operator=(const uint32_t i_rcValue); - - /** * @brief Returns if the return code indicates success * * @return bool. True if ok, else false |

