summaryrefslogtreecommitdiffstats
path: root/src/ipmiblob/blob_errors.hpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-06 07:33:12 -0800
committerPatrick Venture <venture@google.com>2019-03-06 07:51:32 -0800
commit1470bec705af063db3e4b8e019e95d36332f195b (patch)
treecc27855fe731491ce1b3455885e4748107ffb225 /src/ipmiblob/blob_errors.hpp
parent123b5c0910e000cf9b00a37146aae99a835f3063 (diff)
downloadipmi-blob-tool-1470bec705af063db3e4b8e019e95d36332f195b.tar.gz
ipmi-blob-tool-1470bec705af063db3e4b8e019e95d36332f195b.zip
namespace: s/host_tool/ipmiblob/g
Renamed the namespace to encapsulate the library. Change-Id: I3deb82df5cf6916c505b57864e22a412542c9b6c Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'src/ipmiblob/blob_errors.hpp')
-rw-r--r--src/ipmiblob/blob_errors.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipmiblob/blob_errors.hpp b/src/ipmiblob/blob_errors.hpp
index 45f0e46..78c9a66 100644
--- a/src/ipmiblob/blob_errors.hpp
+++ b/src/ipmiblob/blob_errors.hpp
@@ -3,7 +3,7 @@
#include <exception>
#include <string>
-namespace host_tool
+namespace ipmiblob
{
class BlobException : public std::exception
@@ -20,4 +20,4 @@ class BlobException : public std::exception
std::string message;
};
-} // namespace host_tool
+} // namespace ipmiblob
OpenPOWER on IntegriCloud