mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +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
|
/// @param io_service Reference to IOService to be used by this
|
||||||
/// class.
|
/// class.
|
||||||
UnixDomainSocket(IOService& io_service);
|
explicit UnixDomainSocket(IOService& io_service);
|
||||||
|
|
||||||
/// @brief Returns native socket representation.
|
/// @brief Returns native socket representation.
|
||||||
virtual int getNative() const;
|
virtual int getNative() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user