diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/poco/Foundation/src/AbstractObserver.cpp | |
parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) | |
download | ydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/poco/Foundation/src/AbstractObserver.cpp')
-rw-r--r-- | contrib/libs/poco/Foundation/src/AbstractObserver.cpp | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/contrib/libs/poco/Foundation/src/AbstractObserver.cpp b/contrib/libs/poco/Foundation/src/AbstractObserver.cpp index 30bf9e5ea4..a0fd89657c 100644 --- a/contrib/libs/poco/Foundation/src/AbstractObserver.cpp +++ b/contrib/libs/poco/Foundation/src/AbstractObserver.cpp @@ -1,42 +1,42 @@ -// -// AbstractObserver.cpp -// -// Library: Foundation -// Package: Notifications -// Module: NotificationCenter -// -// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. -// and Contributors. -// -// SPDX-License-Identifier: BSL-1.0 -// - - -#include "Poco/AbstractObserver.h" - - -namespace Poco { - - -AbstractObserver::AbstractObserver() -{ -} - - -AbstractObserver::AbstractObserver(const AbstractObserver& /*observer*/) -{ -} - - -AbstractObserver::~AbstractObserver() -{ -} - - -AbstractObserver& AbstractObserver::operator = (const AbstractObserver& /*observer*/) -{ - return *this; -} - - -} // namespace Poco +// +// AbstractObserver.cpp +// +// Library: Foundation +// Package: Notifications +// Module: NotificationCenter +// +// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. +// and Contributors. +// +// SPDX-License-Identifier: BSL-1.0 +// + + +#include "Poco/AbstractObserver.h" + + +namespace Poco { + + +AbstractObserver::AbstractObserver() +{ +} + + +AbstractObserver::AbstractObserver(const AbstractObserver& /*observer*/) +{ +} + + +AbstractObserver::~AbstractObserver() +{ +} + + +AbstractObserver& AbstractObserver::operator = (const AbstractObserver& /*observer*/) +{ + return *this; +} + + +} // namespace Poco |