summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2015-02-16 12:37:18 +0100
committerLutz Bichler <Lutz.Bichler@bmw.de>2015-02-16 12:37:18 +0100
commita77e0428533e29c74425737355e5f38094e612eb (patch)
tree649fb2b92472b0ca1d2b484f14448a8ff6efc055
parent70255989e7da3e706da50fad7dd00e2d7800e5fc (diff)
downloadvSomeIP-a77e0428533e29c74425737355e5f38094e612eb.tar.gz
Constants should be written in capital letters.
-rw-r--r--interface/vsomeip/constants.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/vsomeip/constants.hpp b/interface/vsomeip/constants.hpp
index 7d0aa5f..cccd11c 100644
--- a/interface/vsomeip/constants.hpp
+++ b/interface/vsomeip/constants.hpp
@@ -14,7 +14,7 @@
namespace vsomeip {
-const std::string base_path = "/tmp/vsomeip-";
+const std::string BASE_PATH = "/tmp/vsomeip-";
const major_version_t DEFAULT_MAJOR = 0x01;
const minor_version_t DEFAULT_MINOR = 0x000000;