diff options
| author | Patrick Venture <venture@google.com> | 2019-03-07 09:08:04 -0800 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2019-03-07 09:09:49 -0800 |
| commit | 68448333b1395fc30291879624911ee5fa4ddf63 (patch) | |
| tree | d395115c84fe76f0e39eb3d8441c6a252a78d9a7 /test | |
| parent | fe94b4836ae9a180dc1e68fe79fed99e942cc36e (diff) | |
| download | ipmi-blob-tool-68448333b1395fc30291879624911ee5fa4ddf63.tar.gz ipmi-blob-tool-68448333b1395fc30291879624911ee5fa4ddf63.zip | |
move internal namespace under ipmiblob namespace
Avoid collisions if anyone else has this class under their own internal
namespace by properly wrapping this internal namespace under the
library's.
Change-Id: I935c017cc109f12b339f4c65258ee43a03b3a3d5
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'test')
| -rw-r--r-- | test/internal_sys_mock.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/internal_sys_mock.hpp b/test/internal_sys_mock.hpp index b4ba4b1..2fe0c58 100644 --- a/test/internal_sys_mock.hpp +++ b/test/internal_sys_mock.hpp @@ -6,6 +6,8 @@ #include <gmock/gmock.h> +namespace ipmiblob +{ namespace internal { @@ -25,3 +27,4 @@ class InternalSysMock : public Sys }; } // namespace internal +} // namespace ipmiblob |

