haiku/src/kits/shared/JsonEventListener.cpp

17 lines
241 B
C++

/*
* Copyright 2017, Andrew Lindesay <apl@lindesay.co.nz>
* Distributed under the terms of the MIT License.
*/
#include "JsonEventListener.h"
BJsonEventListener::BJsonEventListener()
{
}
BJsonEventListener::~BJsonEventListener()
{
}