0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00
openvpn3/openvpn/compress
Heiko Hund 8c8e96e138 streamline overriding virtual function syntax
In the code base three different syntaxes for overriding virtual member
functions could be found:

  1) virtual ... override
  2) virtual ...
  3) ... override

This converts all of them to the third syntax, as recommended by the ISO
C++ core guidelines in C.128

Signed-off-by: Heiko Hund <heiko@openvpn.net>
2024-08-13 02:01:24 +02:00
..
compnull.hpp streamline overriding virtual function syntax 2024-08-13 02:01:24 +02:00
compress.hpp Make LoggerMixin specializations unique by tag 2024-06-21 08:13:42 +00:00
compstub.hpp streamline overriding virtual function syntax 2024-08-13 02:01:24 +02:00
lz4.hpp streamline overriding virtual function syntax 2024-08-13 02:01:24 +02:00
lzo.hpp streamline overriding virtual function syntax 2024-08-13 02:01:24 +02:00
lzoasym_impl.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
lzoasym.hpp streamline overriding virtual function syntax 2024-08-13 02:01:24 +02:00
lzoselect.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
snappy.hpp streamline overriding virtual function syntax 2024-08-13 02:01:24 +02:00