diff options
Diffstat (limited to 'implementation/utility/include/criticalsection.hpp')
| -rw-r--r-- | implementation/utility/include/criticalsection.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/implementation/utility/include/criticalsection.hpp b/implementation/utility/include/criticalsection.hpp index c980130..2040b74 100644 --- a/implementation/utility/include/criticalsection.hpp +++ b/implementation/utility/include/criticalsection.hpp @@ -3,13 +3,13 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. -#ifndef VSOMEIP_CRITICALSECTION_HPP -#define VSOMEIP_CRITICALSECTION_HPP +#ifndef VSOMEIP_V3_CRITICALSECTION_HPP +#define VSOMEIP_V3_CRITICALSECTION_HPP #include <memory> #include <mutex> -namespace vsomeip { +namespace vsomeip_v3 { #ifdef _WIN32 @@ -41,6 +41,6 @@ namespace vsomeip { #endif -} // namespace vsomeip +} // namespace vsomeip_v3 -#endif //VSOMEIP_CRITICALSECTION_HPP +#endif //VSOMEIP_V3_CRITICALSECTION_HPP |
