1//
2// TestPlugin.cpp
3//
4// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
5// and Contributors.
6//
7// SPDX-License-Identifier: BSL-1.0
8//
9
10
11#include "TestPlugin.h"
12
13
14TestPlugin::TestPlugin()
15{
16}
17
18
19TestPlugin::~TestPlugin()
20{
21}
22