pgLab/pglab/GlobalIoService.h
2017-11-26 13:07:21 +01:00

6 lines
126 B
C++

#pragma once
#include <memory>
#include <boost/asio.hpp>
std::shared_ptr<boost::asio::io_service> getGlobalAsioIoService();