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:
parent
823a6c8b3d
commit
7ffa8f05dd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user