aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/Foundation/src/RWLock.cpp
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:45:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:01 +0300
commit2d37894b1b037cf24231090eda8589bbb44fb6fc (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/poco/Foundation/src/RWLock.cpp
parent718c552901d703c502ccbefdfc3c9028d608b947 (diff)
downloadydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/poco/Foundation/src/RWLock.cpp')
-rw-r--r--contrib/libs/poco/Foundation/src/RWLock.cpp92
1 files changed, 46 insertions, 46 deletions
diff --git a/contrib/libs/poco/Foundation/src/RWLock.cpp b/contrib/libs/poco/Foundation/src/RWLock.cpp
index 9a5c477e74..ba3f7d1425 100644
--- a/contrib/libs/poco/Foundation/src/RWLock.cpp
+++ b/contrib/libs/poco/Foundation/src/RWLock.cpp
@@ -1,46 +1,46 @@
-//
-// RWLock.cpp
-//
-// Library: Foundation
-// Package: Threading
-// Module: RWLock
-//
-// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
-// and Contributors.
-//
-// SPDX-License-Identifier: BSL-1.0
-//
-
-
-#include "Poco/RWLock.h"
-
-
-#if defined(POCO_OS_FAMILY_WINDOWS)
-#if defined(_WIN32_WCE)
-#include "RWLock_WINCE.cpp"
-#else
-#include "RWLock_WIN32.cpp"
-#endif
-#elif POCO_OS == POCO_OS_ANDROID
-#include "RWLock_Android.cpp"
-#elif defined(POCO_VXWORKS)
-#include "RWLock_VX.cpp"
-#else
-#include "RWLock_POSIX.cpp"
-#endif
-
-
-namespace Poco {
-
-
-RWLock::RWLock()
-{
-}
-
-
-RWLock::~RWLock()
-{
-}
-
-
-} // namespace Poco
+//
+// RWLock.cpp
+//
+// Library: Foundation
+// Package: Threading
+// Module: RWLock
+//
+// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
+// and Contributors.
+//
+// SPDX-License-Identifier: BSL-1.0
+//
+
+
+#include "Poco/RWLock.h"
+
+
+#if defined(POCO_OS_FAMILY_WINDOWS)
+#if defined(_WIN32_WCE)
+#include "RWLock_WINCE.cpp"
+#else
+#include "RWLock_WIN32.cpp"
+#endif
+#elif POCO_OS == POCO_OS_ANDROID
+#include "RWLock_Android.cpp"
+#elif defined(POCO_VXWORKS)
+#include "RWLock_VX.cpp"
+#else
+#include "RWLock_POSIX.cpp"
+#endif
+
+
+namespace Poco {
+
+
+RWLock::RWLock()
+{
+}
+
+
+RWLock::~RWLock()
+{
+}
+
+
+} // namespace Poco