2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[master] Add explicit to UnixDomainSocket constructor.

Okayed on jabber.
This commit is contained in:
Marcin Siodelski 2017-04-03 21:55:40 +02:00
parent 823a6c8b3d
commit 7ffa8f05dd

View File

@ -33,7 +33,7 @@ public:
///
/// @param io_service Reference to IOService to be used by this
/// class.
UnixDomainSocket(IOService& io_service);
explicit UnixDomainSocket(IOService& io_service);
/// @brief Returns native socket representation.
virtual int getNative() const;