This commit is contained in:
azw 2023-04-15 02:12:31 +00:00
parent 332e28cbb8
commit fa23c74298
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@
namespace a8 namespace a8
{ {
class TcpListener; class TcpListener;
class UdpListener;
} }
class GCListener : public a8::Singleton<GCListener> class GCListener : public a8::Singleton<GCListener>
@ -36,4 +37,5 @@ class GCListener : public a8::Singleton<GCListener>
private: private:
a8::TcpListener *tcp_listener_ = nullptr; a8::TcpListener *tcp_listener_ = nullptr;
a8::UdpListener *udp_listener_ = nullptr;
}; };

2
third_party/a8 vendored

@ -1 +1 @@
Subproject commit 73a4706673d6b773ca2e5cf102c45e0f2245aa5b Subproject commit dd650c0bcab90d91a92d0a89b1b8fd7317cc971c