| 1 | // |
|---|---|
| 2 | // Poco.h |
| 3 | // |
| 4 | // Library: Foundation |
| 5 | // Package: Core |
| 6 | // Module: Foundation |
| 7 | // |
| 8 | // Basic definitions for the POCO libraries. |
| 9 | // |
| 10 | // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. |
| 11 | // and Contributors. |
| 12 | // |
| 13 | // SPDX-License-Identifier: BSL-1.0 |
| 14 | // |
| 15 | |
| 16 | |
| 17 | #ifndef Foundation_Poco_INCLUDED |
| 18 | #define Foundation_Poco_INCLUDED |
| 19 | |
| 20 | |
| 21 | #include "Poco/Foundation.h" |
| 22 | |
| 23 | |
| 24 | #endif // Foundation_Poco_INCLUDED |
| 25 |