// // Error.cpp // // Library: Data/ODBC // Package: ODBC // Module: Error // // Copyright (c) 2025, Applied Informatics Software Engineering GmbH. // and Contributors. // // SPDX-License-Identifier: BSL-1.0 // #include "Poco/Data/ODBC/Error.h" namespace Poco { namespace Data { namespace ODBC { // explicit instantiation definition #ifndef POCO_DOC #if defined(POCO_OS_FAMILY_WINDOWS) template class ODBC_API Error; template class ODBC_API Error; template class ODBC_API Error; template class ODBC_API Error; #else template class Error; template class Error; template class Error; template class Error; #endif #endif } } } // namespace Poco::Data::ODBC