1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-09 01:07:16 +01:00
SqMod/vendor/POCO/Data/src/Connector.cpp

33 lines
379 B
C++
Raw Normal View History

//
// Connector.cpp
//
// Library: Data
// Package: DataCore
// Module: Connector
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#include "Poco/Data/Connector.h"
namespace Poco {
namespace Data {
Connector::Connector()
{
}
Connector::~Connector()
{
}
} } // namespace Poco::Data