mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
This turned into a huge refactoring that somehow also includes making locks recursive/reentrant.
11 lines
137 B
C++
11 lines
137 B
C++
#include "WSEventReceiver.h"
|
|
#include <AK/Assertions.h>
|
|
|
|
WSEventReceiver::WSEventReceiver()
|
|
{
|
|
}
|
|
|
|
WSEventReceiver::~WSEventReceiver()
|
|
{
|
|
}
|