(socket utility) move ix::getFreePort to ixwebsocket library
This commit is contained in:
12
ixwebsocket/IXGetFreePort.h
Normal file
12
ixwebsocket/IXGetFreePort.h
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* IXGetFreePort.h
|
||||
* Author: Benjamin Sergeant
|
||||
* Copyright (c) 2019 Machine Zone. All rights reserved.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace ix
|
||||
{
|
||||
int getFreePort();
|
||||
} // namespace ix
|
Reference in New Issue
Block a user