zeek/src/iosource
Johanna Amann 6d612ced3d Mark one-parameter constructors as explicit & use override where possible
This commit marks (hopefully) ever one-parameter constructor as explicit.

It also uses override in (hopefully) all circumstances where a virtual
method is overridden.

There are a very few other minor changes - most of them were necessary
to get everything to compile (like one additional constructor). In one
case I changed an implicit operation to an explicit string conversion -
I think the automatically chosen conversion was much more convoluted.

This took longer than I want to admit but not as long as I feared :)
2018-03-27 07:17:32 -07:00
..
pcap Mark one-parameter constructors as explicit & use override where possible 2018-03-27 07:17:32 -07:00
BPF_Program.cc Renaming config.h to bro-config.h. 2015-07-28 11:57:04 -07:00
BPF_Program.h Interface tweaks for PktSrc, plus docs for PktSrc and PktDumper. 2014-08-28 00:52:36 -04:00
CMakeLists.txt Merge branch 'master' of https://github.com/knielander/bro 2015-08-30 22:09:32 -07:00
Component.cc Fix for allowing a packet source plugin to provide multiple prefixes 2014-10-07 15:26:30 -07:00
Component.h Mark one-parameter constructors as explicit & use override where possible 2018-03-27 07:17:32 -07:00
FD_Set.h Fix regression causing the main loop to spin more frequently. 2014-10-02 11:33:37 -05:00
IOSource.h Refactored patch (removed options, less ambiguous name) 2015-08-24 23:45:21 +02:00
Manager.cc BIT-1408: improve I/O loop and Broker IOSource. 2015-06-03 08:25:49 -05:00
Manager.h Make sure to always delete the remote serializer. 2015-04-10 21:51:44 -07:00
Packet.cc Fix a build failure on OpenBSD 2016-11-29 14:20:43 -06:00
Packet.h Fix a build failure on OpenBSD 2016-11-29 14:20:43 -06:00
PktDumper.cc Renaming config.h to bro-config.h. 2015-07-28 11:57:04 -07:00
PktDumper.h Remove unimplemented & unused functions from header files. 2018-03-16 18:38:04 -07:00
PktSrc.cc Fixing a CMake dependency issue for the pcap bifs. 2016-08-01 09:20:54 -07:00
PktSrc.h Mark one-parameter constructors as explicit & use override where possible 2018-03-27 07:17:32 -07:00