diff options
| author | orivej <[email protected]> | 2022-02-10 16:45:01 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:01 +0300 |
| commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
| tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/poco/XML/src/LexicalHandler.cpp | |
| parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/poco/XML/src/LexicalHandler.cpp')
| -rw-r--r-- | contrib/libs/poco/XML/src/LexicalHandler.cpp | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/contrib/libs/poco/XML/src/LexicalHandler.cpp b/contrib/libs/poco/XML/src/LexicalHandler.cpp index e89b7b0a566..52de41d7423 100644 --- a/contrib/libs/poco/XML/src/LexicalHandler.cpp +++ b/contrib/libs/poco/XML/src/LexicalHandler.cpp @@ -1,27 +1,27 @@ -// -// LexicalHandler.cpp -// -// Library: XML -// Package: SAX -// Module: SAX -// -// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. -// and Contributors. -// -// SPDX-License-Identifier: BSL-1.0 -// - - -#include "Poco/SAX/LexicalHandler.h" - - -namespace Poco { -namespace XML { - - -LexicalHandler::~LexicalHandler() -{ -} - - -} } // namespace Poco::XML +// +// LexicalHandler.cpp +// +// Library: XML +// Package: SAX +// Module: SAX +// +// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. +// and Contributors. +// +// SPDX-License-Identifier: BSL-1.0 +// + + +#include "Poco/SAX/LexicalHandler.h" + + +namespace Poco { +namespace XML { + + +LexicalHandler::~LexicalHandler() +{ +} + + +} } // namespace Poco::XML |
