mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
Remove inlines to allow manual network inits.
This commit is contained in:
@@ -73,12 +73,12 @@ namespace Poco {
|
|||||||
namespace Net {
|
namespace Net {
|
||||||
|
|
||||||
|
|
||||||
inline void Net_API initializeNetwork();
|
void Net_API initializeNetwork();
|
||||||
/// Initialize the network subsystem.
|
/// Initialize the network subsystem.
|
||||||
/// (Windows only, no-op elsewhere)
|
/// (Windows only, no-op elsewhere)
|
||||||
|
|
||||||
|
|
||||||
inline void Net_API uninitializeNetwork();
|
void Net_API uninitializeNetwork();
|
||||||
/// Uninitialize the network subsystem.
|
/// Uninitialize the network subsystem.
|
||||||
/// (Windows only, no-op elsewhere)
|
/// (Windows only, no-op elsewhere)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user