UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
netadapter_if.cpp
Go to the documentation of this file.
1// Copyright (C) 2024+ GPL 3 and higher by Ingo Höft, <Ingo@Hoeft-online.de>
2// Redistribution only with this Copyright remark. Last modified: 2025-03-24
10#include <UPnPsdk/synclog.hpp>
11
12namespace UPnPsdk {
13
14INetadapter::INetadapter(){
15 TRACE2(this, " Construct INetadapter()") //
16}
17
18INetadapter::~INetadapter() {
19 TRACE2(this, " Destruct INetadapter()")
20}
21
22} // namespace UPnPsdk
Reengineered Object Oriented UPnP+ program code.
C++ interface to manage information from different platforms about network adapters.
Define macro for synced logging to the console for detailed info and debug.