mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-20 12:46:44 +01:00
40 lines
568 B
C++
40 lines
568 B
C++
![]() |
//
|
||
|
// DNSSDResponderImpl.cpp
|
||
|
//
|
||
|
// $Id: //poco/1.7/DNSSD/src/DNSSDResponderImpl.cpp#1 $
|
||
|
//
|
||
|
// Library: DNSSD
|
||
|
// Package: Core
|
||
|
// Module: DNSSDResponderImpl
|
||
|
//
|
||
|
// Copyright (c) 2006-2024, Applied Informatics Software Engineering GmbH.
|
||
|
// and Contributors.
|
||
|
//
|
||
|
// SPDX-License-Identifier: BSL-1.0
|
||
|
//
|
||
|
|
||
|
|
||
|
#include "Poco/DNSSD/DNSSDResponderImpl.h"
|
||
|
|
||
|
|
||
|
namespace Poco {
|
||
|
namespace DNSSD {
|
||
|
|
||
|
|
||
|
DNSSDResponderImpl::DNSSDResponderImpl()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
DNSSDResponderImpl::~DNSSDResponderImpl()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
DNSSDResponderImplFactory::~DNSSDResponderImplFactory()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
} } // namespace Poco::DNSSD
|