mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 15:05:16 +00:00
[2357] Update scaffolding using fix-scaffolding.py tool
See bug #2367 for the fix-scaffolding.py tool.
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
// PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
#ifndef __UDP_SOCKET_H
|
||||
#define __UDP_SOCKET_H 1
|
||||
#ifndef UDP_SOCKET_H
|
||||
#define UDP_SOCKET_H 1
|
||||
|
||||
#ifndef ASIO_HPP
|
||||
#error "asio.hpp must be included before including this, see asiolink.h as to why"
|
||||
@@ -321,4 +321,4 @@ UDPSocket<C>::close() {
|
||||
} // namespace asiolink
|
||||
} // namespace isc
|
||||
|
||||
#endif // __UDP_SOCKET_H
|
||||
#endif // UDP_SOCKET_H
|
||||
|
Reference in New Issue
Block a user