mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 07:17:35 +00:00

This turned into a huge refactoring that somehow also includes making locks recursive/reentrant.
10 lines
137 B
C++
10 lines
137 B
C++
#include "WSEventReceiver.h"
|
|
#include <AK/Assertions.h>
|
|
|
|
WSEventReceiver::WSEventReceiver()
|
|
{
|
|
}
|
|
|
|
WSEventReceiver::~WSEventReceiver()
|
|
{
|
|
}
|