2
0
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:
Mukund Sivaraman
2012-10-25 09:35:06 +05:30
parent 6d13586173
commit 059a2a1751
250 changed files with 721 additions and 721 deletions

View File

@@ -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