(socket utility) move ix::getFreePort to ixwebsocket library

This commit is contained in:
Benjamin Sergeant
2020-07-27 18:17:13 -07:00
parent 5940e53d77
commit 4f41f209a2
10 changed files with 20 additions and 10 deletions

View 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