diff options
Diffstat (limited to 'NorthstarDedicatedTest/NetAdr2.h')
-rw-r--r-- | NorthstarDedicatedTest/NetAdr2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NetAdr2.h b/NorthstarDedicatedTest/NetAdr2.h index 1acd86c3..808d623d 100644 --- a/NorthstarDedicatedTest/NetAdr2.h +++ b/NorthstarDedicatedTest/NetAdr2.h @@ -73,6 +73,7 @@ public: void ToSockadr(sockaddr_storage* pSadr) const; void ToAdrinfo(addrinfo* pHint) const; + bool IsValidPort(const std::string& svInPort) const; bool IsLocalhost(void) const; bool IsLoopback(void) const; bool IsReservedAdr(void) const; |