mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-05 19:36:16 +08:00
refactored SecureSocket to use interface #4313
This commit is contained in:
@@ -30,6 +30,11 @@ Arch::Arch()
|
||||
s_instance = this;
|
||||
}
|
||||
|
||||
Arch::Arch(Arch* arch)
|
||||
{
|
||||
s_instance = arch;
|
||||
}
|
||||
|
||||
Arch::~Arch()
|
||||
{
|
||||
#if SYSAPI_WIN32
|
||||
|
||||
Reference in New Issue
Block a user