mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
LookupServer: Move into LookupServer
namespace
This commit is contained in:
parent
7e9122950e
commit
314f966745
10 changed files with 37 additions and 1 deletions
|
@ -41,6 +41,8 @@
|
|||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace LookupServer {
|
||||
|
||||
LookupServer::LookupServer()
|
||||
{
|
||||
auto config = Core::ConfigFile::get_for_system("LookupServer");
|
||||
|
@ -277,3 +279,5 @@ Vector<String> LookupServer::lookup(const String& hostname, const String& namese
|
|||
}
|
||||
return responses;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue