blob: 9ab0e594782cb640c7823a56ee7d106e4f89d322 [file] [log] [blame]
//
// vsomeip.hpp
//
// Author: Lutz Bichler
//
// This file is part of the BMW Some/IP implementation.
//
// Copyright © 2013, 2014 Bayerische Motoren Werke AG (BMW).
// All rights reserved.
//
#ifndef VSOMEIP_HPP
#define VSOMEIP_HPP
// collection
#include <vsomeip/primitive_types.hpp>
#include <vsomeip/enumeration_types.hpp>
#include <vsomeip/message.hpp>
#include <vsomeip/payload.hpp>
#include <vsomeip/service.hpp>
#include <vsomeip/client.hpp>
#include <vsomeip/endpoint.hpp>
#include <vsomeip/factory.hpp>
#endif /* VSOMEIP_HPP */