poco/Util/src/Validator.cpp

33 lines
378 B
C++
Raw Normal View History

2012-04-29 18:52:25 +00:00
//
// Validator.cpp
//
// Library: Util
// Package: Options
// Module: Validator
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
2012-04-29 18:52:25 +00:00
//
#include "Poco/Util/Validator.h"
namespace Poco {
namespace Util {
Validator::Validator()
{
}
Validator::~Validator()
{
}
} } // namespace Poco::Util