poco/Foundation/src/Manifest.cpp

34 lines
431 B
C++
Raw Normal View History

2012-04-29 18:52:25 +00:00
//
// Manifest.cpp
//
// $Id: //poco/1.4/Foundation/src/Manifest.cpp#1 $
//
// Library: Foundation
// Package: SharedLibrary
// Module: ClassLoader
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
2012-04-29 18:52:25 +00:00
//
#include "Poco/Manifest.h"
namespace Poco {
ManifestBase::ManifestBase()
{
}
ManifestBase::~ManifestBase()
{
}
} // namespace Poco