summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/ffdc.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/hwpf/fapi2/include/ffdc.H')
-rw-r--r--src/import/hwpf/fapi2/include/ffdc.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/import/hwpf/fapi2/include/ffdc.H b/src/import/hwpf/fapi2/include/ffdc.H
index 9bc164f4d..4f6f4e153 100644
--- a/src/import/hwpf/fapi2/include/ffdc.H
+++ b/src/import/hwpf/fapi2/include/ffdc.H
@@ -119,7 +119,8 @@ class FirstFailureData
static_cast<R*>(this)->operator=(i_rcValue);
// Forget about any associated data (this is a new error)
- iv_info.reset(new ErrorInfo());
+ iv_info.reset( new ErrorInfo());
+
}
///
@@ -183,8 +184,6 @@ class FirstFailureData
};
///
-
- ///
/// @brief Get a pointer to any ErrorInfo
///
/// This is called by PLAT to find information about an error
@@ -225,11 +224,12 @@ class FirstFailureData
iv_platDataPtr = i_ptr;
};
- private:
+ protected:
// Pointer to the error info
std::shared_ptr<ErrorInfo> iv_info;
+ private:
// free format data, to be used by the platform
void* iv_platDataPtr;
};
OpenPOWER on IntegriCloud