| 1 | // | 
|---|---|
| 2 | // ByteOrder.cpp | 
| 3 | // | 
| 4 | // Library: Foundation | 
| 5 | // Package: Core | 
| 6 | // Module: ByteOrder | 
| 7 | // | 
| 8 | // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. | 
| 9 | // and Contributors. | 
| 10 | // | 
| 11 | // SPDX-License-Identifier: BSL-1.0 | 
| 12 | // | 
| 13 | |
| 14 | |
| 15 | #include "Poco/ByteOrder.h" | 
| 16 | 
