summaryrefslogtreecommitdiffstats
path: root/extensions/openpower-pels/ascii_string.cpp
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2019-11-06 10:05:36 -0600
committerMatt Spinler <spinler@us.ibm.com>2019-11-12 16:04:32 +0000
commit724d0d8c6435b9c7b88ef384c8099d32e6164afa (patch)
tree88cc0699db5fd982e09d63886693de9e08c4e446 /extensions/openpower-pels/ascii_string.cpp
parent654708fdd419743c454da00251b12e3bfb0b3be4 (diff)
downloadphosphor-logging-724d0d8c6435b9c7b88ef384c8099d32e6164afa.tar.gz
phosphor-logging-724d0d8c6435b9c7b88ef384c8099d32e6164afa.zip
PEL: Const flattens for the SRC sub classes
Make the flatten functions const for the various classes that represent the SRC substructures. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I08f4ae6de65e269c9f1b82315115969c8552c782
Diffstat (limited to 'extensions/openpower-pels/ascii_string.cpp')
-rw-r--r--extensions/openpower-pels/ascii_string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/openpower-pels/ascii_string.cpp b/extensions/openpower-pels/ascii_string.cpp
index 4bfc9cf..124bd0c 100644
--- a/extensions/openpower-pels/ascii_string.cpp
+++ b/extensions/openpower-pels/ascii_string.cpp
@@ -65,7 +65,7 @@ AsciiString::AsciiString(const message::Entry& entry)
}
}
-void AsciiString::flatten(Stream& stream)
+void AsciiString::flatten(Stream& stream) const
{
stream.write(_string.data(), _string.size());
}
OpenPOWER on IntegriCloud