Line | Count | Source |
1 | // | |
2 | // PartHandler.cpp | |
3 | // | |
4 | // Library: Net | |
5 | // Package: Messages | |
6 | // Module: PartHandler | |
7 | // | |
8 | // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. | |
9 | // and Contributors. | |
10 | // | |
11 | // SPDX-License-Identifier: BSL-1.0 | |
12 | // | |
13 | ||
14 | ||
15 | #include "Poco/Net/PartHandler.h" | |
16 | ||
17 | ||
18 | namespace Poco::Net { | |
19 | ||
20 | ||
21 | 17.9k | PartHandler::PartHandler() = default; |
22 | ||
23 | ||
24 | 17.9k | PartHandler::~PartHandler() = default; |
25 | ||
26 | ||
27 | } // namespace Poco::Net |