mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-27 07:11:01 +00:00
Add socket abstraction
This commit is contained in:
8
src/windows-emulator-test/static_socket_factory.hpp
Normal file
8
src/windows-emulator-test/static_socket_factory.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <network/socket_factory.hpp>
|
||||
|
||||
namespace network
|
||||
{
|
||||
std::unique_ptr<socket_factory> create_static_socket_factory();
|
||||
}
|
||||
Reference in New Issue
Block a user