summaryrefslogtreecommitdiff
path: root/interface/vsomeip/handler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'interface/vsomeip/handler.hpp')
-rw-r--r--interface/vsomeip/handler.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface/vsomeip/handler.hpp b/interface/vsomeip/handler.hpp
index f56365f..29df46a 100644
--- a/interface/vsomeip/handler.hpp
+++ b/interface/vsomeip/handler.hpp
@@ -1,5 +1,4 @@
-// Copyright (C) 2014 BMW Group
-// Author: Lutz Bichler (lutz.bichler@bmw.de)
+// Copyright (C) 2014-2015 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
// This Source Code Form is subject to the terms of the Mozilla Public
// 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/.
@@ -17,8 +16,9 @@ namespace vsomeip {
class message;
typedef std::function< void (event_type_e) > event_handler_t;
-typedef std::function< void (std::shared_ptr< message > &) > message_handler_t;
+typedef std::function< void (const std::shared_ptr< message > &) > message_handler_t;
typedef std::function< void (service_t, instance_t, bool) > availability_handler_t;
+typedef std::function< bool (client_t, bool) > subscription_handler_t;
} // namespace vsomeip