1//
2// ParseCallback.cpp
3//
4// Library: Zip
5// Package: Zip
6// Module: ParseCallback
7//
8// Copyright (c) 2007, Applied Informatics Software Engineering GmbH.
9// and Contributors.
10//
11// SPDX-License-Identifier: BSL-1.0
12//
13
14
15#include "Poco/Zip/ParseCallback.h"
16
17
18namespace Poco {
19namespace Zip {
20
21
22ParseCallback::ParseCallback()
23{
24}
25
26
27ParseCallback::~ParseCallback()
28{
29}
30
31
32} } // namespace Poco::Zip
33