mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 12:17:59 +00:00
parent
48d58e4300
commit
3dbe629396
5 changed files with 52 additions and 2 deletions
|
@ -12,10 +12,11 @@ namespace Sockets {
|
|||
|
||||
class SFDNSRES final : public ServiceFramework<SFDNSRES> {
|
||||
public:
|
||||
SFDNSRES() : ServiceFramework("sfdnsres") {}
|
||||
SFDNSRES();
|
||||
~SFDNSRES() = default;
|
||||
|
||||
private:
|
||||
void GetAddrInfo(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
} // namespace Sockets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue