MeVisLab Toolbox Reference
Context.h
Go to the documentation of this file.
1// Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2// **InsertLicense** code
3
4#pragma once
5
6#include <FMEThirdPartyWarningsDisable.h>
7#if defined(MLAB_CMAKE_BUILDSYSTEM)
8#undef BOOST_ASIO_NO_DEPRECATED
9#endif
10#include <boost/asio/io_service.hpp>
11#include <FMEThirdPartyWarningsRestore.h>
12
13
14namespace asio {
15
16 using Context = boost::asio::io_service;
17
18}
boost::asio::io_service Context
Definition Context.h:16