mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-05 11:28:22 +08:00
refactored SecureSocket to use interface #4313
This commit is contained in:
@@ -74,6 +74,11 @@ Log::Log()
|
||||
s_log = this;
|
||||
}
|
||||
|
||||
Log::Log(Log* src)
|
||||
{
|
||||
s_log = src;
|
||||
}
|
||||
|
||||
Log::~Log()
|
||||
{
|
||||
// clean up
|
||||
|
||||
Reference in New Issue
Block a user