pgLab/pglab/GlobalIoService.h

7 lines
126 B
C
Raw Normal View History

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