| 1 | /* |
|---|---|
| 2 | * IXGetFreePort.h |
| 3 | * Author: Benjamin Sergeant |
| 4 | * Copyright (c) 2019 Machine Zone. All rights reserved. |
| 5 | */ |
| 6 | |
| 7 | #pragma once |
| 8 | |
| 9 | namespace ix |
| 10 | { |
| 11 | int getFreePort(); |
| 12 | } // namespace ix |
| 13 |
| 1 | /* |
|---|---|
| 2 | * IXGetFreePort.h |
| 3 | * Author: Benjamin Sergeant |
| 4 | * Copyright (c) 2019 Machine Zone. All rights reserved. |
| 5 | */ |
| 6 | |
| 7 | #pragma once |
| 8 | |
| 9 | namespace ix |
| 10 | { |
| 11 | int getFreePort(); |
| 12 | } // namespace ix |
| 13 |