|
@@ -12,6 +12,8 @@ namespace Core {
|
|
|
|
|
|
class EventLoopImplementationUnix final : public EventLoopImplementation {
|
|
class EventLoopImplementationUnix final : public EventLoopImplementation {
|
|
public:
|
|
public:
|
|
|
|
+ static NonnullOwnPtr<EventLoopImplementationUnix> create() { return make<EventLoopImplementationUnix>(); }
|
|
|
|
+
|
|
EventLoopImplementationUnix();
|
|
EventLoopImplementationUnix();
|
|
virtual ~EventLoopImplementationUnix();
|
|
virtual ~EventLoopImplementationUnix();
|
|
|
|
|