mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 07:25:18 +00:00
[#1418] Addressed cosmetics comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
|
// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
|
||||||
//
|
//
|
||||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
@@ -114,11 +114,11 @@ public:
|
|||||||
/// @brief Destructor.
|
/// @brief Destructor.
|
||||||
virtual ~MySqlConfigBackendImpl();
|
virtual ~MySqlConfigBackendImpl();
|
||||||
|
|
||||||
/// @brief Creates MySQL binding from an integer.
|
/// @brief Creates MySQL binding from an @c Optional of integer type.
|
||||||
///
|
///
|
||||||
/// @tparam T Numeric type corresponding to the binding type, e.g.
|
/// @tparam T Numeric type corresponding to the binding type, e.g.
|
||||||
/// @c uint8_t, @c uint16_t etc.
|
/// @c uint8_t, @c uint16_t etc.
|
||||||
/// @param value Optional integet of type T.
|
/// @param value Optional integer of type T.
|
||||||
/// @return Pointer to a null binding if the value is "unspecified" or
|
/// @return Pointer to a null binding if the value is "unspecified" or
|
||||||
/// a pointer to a binding representing integer value.
|
/// a pointer to a binding representing integer value.
|
||||||
template<typename T>
|
template<typename T>
|
||||||
|
Reference in New Issue
Block a user