From 1470bec705af063db3e4b8e019e95d36332f195b Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 6 Mar 2019 07:33:12 -0800 Subject: namespace: s/host_tool/ipmiblob/g Renamed the namespace to encapsulate the library. Change-Id: I3deb82df5cf6916c505b57864e22a412542c9b6c Signed-off-by: Patrick Venture --- src/ipmiblob/blob_handler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ipmiblob/blob_handler.cpp') diff --git a/src/ipmiblob/blob_handler.cpp b/src/ipmiblob/blob_handler.cpp index 5be0b2d..2ea927a 100644 --- a/src/ipmiblob/blob_handler.cpp +++ b/src/ipmiblob/blob_handler.cpp @@ -23,7 +23,7 @@ #include #include -namespace host_tool +namespace ipmiblob { namespace @@ -312,4 +312,4 @@ std::vector BlobHandler::readBytes(std::uint16_t session, return sendIpmiPayload(BlobOEMCommands::bmcBlobRead, payload); } -} // namespace host_tool +} // namespace ipmiblob -- cgit v1.2.1