mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
LookupServer: Move DNS name serialization to DNSName class
This commit is contained in:
parent
42bc5f2cc1
commit
d6f7ced4f1
3 changed files with 17 additions and 12 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Forward.h>
|
||||
#include <AK/String.h>
|
||||
|
||||
namespace LookupServer {
|
||||
|
@ -43,4 +44,6 @@ private:
|
|||
String m_name;
|
||||
};
|
||||
|
||||
OutputStream& operator<<(OutputStream& stream, const DNSName&);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue