parent
449e32bb81
commit
eaa9f968a6
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