summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/hwpf')
-rw-r--r--src/include/usr/hwpf/fapi/fapiTarget.H9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/usr/hwpf/fapi/fapiTarget.H b/src/include/usr/hwpf/fapi/fapiTarget.H
index e09e8fd5d..c5043cb2b 100644
--- a/src/include/usr/hwpf/fapi/fapiTarget.H
+++ b/src/include/usr/hwpf/fapi/fapiTarget.H
@@ -220,7 +220,12 @@ public:
*/
const char * toEcmdString() const;
-private:
+// TODO
+// When eCMD releases the version of this file that has toString as private then
+// all users will be forced to switch to use the improved toEcmdString. Right
+// now, there is a new HWP that uses toString, therefore temporarily move
+// toString back to public.
+//private:
/**
* @brief Convert a target to an ecmd-format target string
@@ -237,6 +242,8 @@ private:
*/
void toString(char (&o_ecmdString)[MAX_ECMD_STRING_LEN]) const;
+private:
+
/**
* @brief Compare the handle
*
OpenPOWER on IntegriCloud