Changed project structure.
This commit is contained in:
14
include/ehs/io/socket/DNS.h
Normal file
14
include/ehs/io/socket/DNS.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "ehs/EHS.h"
|
||||
#include "ehs/Str.h"
|
||||
#include "Socket.h"
|
||||
|
||||
namespace ehs
|
||||
{
|
||||
class DNS
|
||||
{
|
||||
public:
|
||||
static Str_8 Resolve(const AddrType addrType, const Str_8& hostName);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user