Restructured locations of source.
This commit is contained in:
parent
78a4c6d730
commit
7c4e8e95e8
151 changed files with 1 additions and 0 deletions
7
src/pglab/GlobalIoService.cpp
Normal file
7
src/pglab/GlobalIoService.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "GlobalIoService.h"
|
||||
|
||||
std::shared_ptr<boost::asio::io_service> getGlobalAsioIoService()
|
||||
{
|
||||
static auto ios = std::make_shared<boost::asio::io_service>();
|
||||
return ios;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue