0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00
openvpn3/openvpn/win
Heiko Hund f5db521aa7 WinSvc: define virtual d'tor
The Windows Service class did not specify its destructor as virtual, but
has other virtual function. Not specifying the d'tor virtual is an
anti-pattern in this case.

Signed-off-by: Heiko Hund <heiko@openvpn.net>
2024-08-13 02:01:33 +02:00
..
call.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
cmd.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
console.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
event.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
handle.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
handlecomm.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
impersonate.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
logfile.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
logutil.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
modname.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
netutil.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
npinfo.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
reg.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
scoped_handle.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
secattr.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
sleep.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
unicode.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
winerr.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
winsvc.hpp WinSvc: define virtual d'tor 2024-08-13 02:01:33 +02:00