UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
global.hpp
Go to the documentation of this file.
1#ifndef UPnPsdk_GLOBAL_HPP
2#define UPnPsdk_GLOBAL_HPP
3// Copyright (C) 2022+ GPL 3 and higher by Ingo Höft, <Ingo@Hoeft-online.de>
4// Redistribution only with this Copyright remark. Last modified: 2024-10-05
10// Due to the global nature of this header file additional #include statements
11// should be taken with great care. They are included in nearly all other
12// compile units.
13#include <UPnPsdk/global.ipp>
14
15namespace UPnPsdk {
16
17// Global variables
18// ================
27
28} // namespace UPnPsdk
29
30#endif // UPnPsdk_GLOBAL_HPP
Global used constants, variables, functions and macros.
Reengineered Object Oriented UPnP+ program code.
UPnPsdk_EXTERN bool g_dbug
Switch to enable verbose (debug) output.
Definition global.hpp:26
#define UPnPsdk_EXTERN
Prefix for a portable 'extern' declaration.