Files
wlan-cloud-lib-poco/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.h
Günter Obiltschnig 06373b5d0c remove '$Id$' headers
2017-09-09 10:50:32 +02:00

28 lines
449 B
C++

//
// HTTPSServerTestSuite.h
//
// Definition of the HTTPSServerTestSuite class.
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef HTTPSServerTestSuite_INCLUDED
#define HTTPSServerTestSuite_INCLUDED
#include "Poco/CppUnit/TestSuite.h"
class HTTPSServerTestSuite
{
public:
static CppUnit::Test* suite();
};
#endif // HTTPSServerTestSuite_INCLUDED