Commit 0f0d8ea2 authored by Dominik Charousset's avatar Dominik Charousset

Add cppa/max_msg_size header

parent 525a7428
......@@ -28,6 +28,7 @@
#include "cppa/opt.hpp"
#include "cppa/cow_tuple.hpp"
#include "cppa/tuple_cast.hpp"
#include "cppa/max_msg_size.hpp"
#include "cppa/remote_actor.hpp"
#include "cppa/publish_local_groups.hpp"
......
/******************************************************************************\
* ___ __ *
* /\_ \ __/\ \ *
* \//\ \ /\_\ \ \____ ___ _____ _____ __ *
* \ \ \ \/\ \ \ '__`\ /'___\/\ '__`\/\ '__`\ /'__`\ *
* \_\ \_\ \ \ \ \L\ \/\ \__/\ \ \L\ \ \ \L\ \/\ \L\.\_ *
* /\____\\ \_\ \_,__/\ \____\\ \ ,__/\ \ ,__/\ \__/.\_\ *
* \/____/ \/_/\/___/ \/____/ \ \ \/ \ \ \/ \/__/\/_/ *
* \ \_\ \ \_\ *
* \/_/ \/_/ *
* *
* Copyright (C) 2011 - 2014 *
* Dominik Charousset <dominik.charousset (at) haw-hamburg.de> *
* *
* Distributed under the Boost Software License, Version 1.0. See *
* accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt *
\******************************************************************************/
#ifndef CPPA_MAX_MSG_SIZE_HPP
#define CPPA_MAX_MSG_SIZE_HPP
// <backward_compatibility version="0.9" whole_file="yes">
#include "caf/io/max_msg_size.hpp"
namespace caf {
using io::max_msg_size;
} // namespace caf
// </backward_compatibility>
#endif // CPPA_MAX_MSG_SIZE_HPP
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment