aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/Foundation/include/Poco/Environment_WIN32U.h
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/include/Poco/Environment_WIN32U.h
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/include/Poco/Environment_WIN32U.h')
-rw-r--r--contrib/libs/poco/Foundation/include/Poco/Environment_WIN32U.h96
1 files changed, 48 insertions, 48 deletions
diff --git a/contrib/libs/poco/Foundation/include/Poco/Environment_WIN32U.h b/contrib/libs/poco/Foundation/include/Poco/Environment_WIN32U.h
index 0fcffc5ee2..b54afb2e89 100644
--- a/contrib/libs/poco/Foundation/include/Poco/Environment_WIN32U.h
+++ b/contrib/libs/poco/Foundation/include/Poco/Environment_WIN32U.h
@@ -1,48 +1,48 @@
-//
-// Environment_WIN32U.h
-//
-// Library: Foundation
-// Package: Core
-// Module: Environment
-//
-// Definition of the EnvironmentImpl class for WIN32.
-//
-// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
-// and Contributors.
-//
-// SPDX-License-Identifier: BSL-1.0
-//
-
-
-#ifndef Foundation_Environment_WIN32U_INCLUDED
-#define Foundation_Environment_WIN32U_INCLUDED
-
-
-#include "Poco/Foundation.h"
-
-
-namespace Poco {
-
-
-class Foundation_API EnvironmentImpl
-{
-public:
- typedef UInt8 NodeId[6]; /// Ethernet address.
-
- static std::string getImpl(const std::string& name);
- static bool hasImpl(const std::string& name);
- static void setImpl(const std::string& name, const std::string& value);
- static std::string osNameImpl();
- static std::string osDisplayNameImpl();
- static std::string osVersionImpl();
- static std::string osArchitectureImpl();
- static std::string nodeNameImpl();
- static void nodeIdImpl(NodeId& id);
- static unsigned processorCountImpl();
-};
-
-
-} // namespace Poco
-
-
-#endif // Foundation_Environment_WIN32U_INCLUDED
+//
+// Environment_WIN32U.h
+//
+// Library: Foundation
+// Package: Core
+// Module: Environment
+//
+// Definition of the EnvironmentImpl class for WIN32.
+//
+// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
+// and Contributors.
+//
+// SPDX-License-Identifier: BSL-1.0
+//
+
+
+#ifndef Foundation_Environment_WIN32U_INCLUDED
+#define Foundation_Environment_WIN32U_INCLUDED
+
+
+#include "Poco/Foundation.h"
+
+
+namespace Poco {
+
+
+class Foundation_API EnvironmentImpl
+{
+public:
+ typedef UInt8 NodeId[6]; /// Ethernet address.
+
+ static std::string getImpl(const std::string& name);
+ static bool hasImpl(const std::string& name);
+ static void setImpl(const std::string& name, const std::string& value);
+ static std::string osNameImpl();
+ static std::string osDisplayNameImpl();
+ static std::string osVersionImpl();
+ static std::string osArchitectureImpl();
+ static std::string nodeNameImpl();
+ static void nodeIdImpl(NodeId& id);
+ static unsigned processorCountImpl();
+};
+
+
+} // namespace Poco
+
+
+#endif // Foundation_Environment_WIN32U_INCLUDED