Files
MySQL/Test/MultipleConnections.h
2020-05-01 11:15:15 +02:00

12 lines
177 B
C++

#ifndef TEST_MULTIPLECONNECTIONS_H
#define TEST_MULTIPLECONNECTIONS_H
namespace Test {
bool MultipleConnections();
} // namespace Test
#endif // TEST_MULTIPLECONNECTIONS_H