Skip to content

Commit e3fdb93

Browse files
committed
iox-#2130 Move 'convert' to 'iceoryx_hoofs'
1 parent 3ffb6b3 commit e3fdb93

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

iceoryx_dust/utility/include/iox/detail/convert.hpp renamed to iceoryx_hoofs/utility/include/iox/detail/convert.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
//
1717
// SPDX-License-Identifier: Apache-2.0
1818

19-
#ifndef IOX_DUST_UTILITY_CONVERT_HPP
20-
#define IOX_DUST_UTILITY_CONVERT_HPP
19+
#ifndef IOX_HOOFS_UTILITY_CONVERT_HPP
20+
#define IOX_HOOFS_UTILITY_CONVERT_HPP
2121

2222
#include "iox/posix_call.hpp"
2323
#include "iox/string.hpp"
@@ -105,4 +105,4 @@ class convert
105105

106106
#include "iox/detail/convert.inl"
107107

108-
#endif // IOX_DUST_UTILITY_CONVERT_HPP
108+
#endif // IOX_HOOFS_UTILITY_CONVERT_HPP

iceoryx_dust/utility/include/iox/detail/convert.inl renamed to iceoryx_hoofs/utility/include/iox/detail/convert.inl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
// limitations under the License.
1616
//
1717
// SPDX-License-Identifier: Apache-2.0
18-
#ifndef IOX_DUST_CXX_CONVERT_INL
19-
#define IOX_DUST_CXX_CONVERT_INL
18+
19+
#ifndef IOX_HOOFS_UTILITY_CONVERT_INL
20+
#define IOX_HOOFS_UTILITY_CONVERT_INL
2021

2122
#include "iox/detail/convert.hpp"
2223
#include "iox/logging.hpp"
@@ -439,4 +440,4 @@ inline bool convert::fromString<bool>(const char* v, bool& dest) noexcept
439440

440441
} // namespace iox
441442

442-
#endif // IOX_DUST_CXX_CONVERT_INL
443+
#endif // IOX_HOOFS_UTILITY_CONVERT_INL

0 commit comments

Comments
 (0)