diff options
author | Stephen Morris <stephen@isc.org> | 2011-02-18 15:31:20 +0100 |
---|---|---|
committer | Stephen Morris <stephen@isc.org> | 2011-02-18 15:31:20 +0100 |
commit | 85b6fa72d68d019149b8c751d495e34bbd4246a8 (patch) | |
tree | 6b0d011675b98fa97e62588e76647294a14a8051 /src/lib/asiolink/io_endpoint.h | |
parent | [trac554] Update function names and prepare for TCP looping (diff) | |
download | kea-85b6fa72d68d019149b8c751d495e34bbd4246a8.tar.xz kea-85b6fa72d68d019149b8c751d495e34bbd4246a8.zip |
[trac554] Added IOFetch
IOFetch is a general upstream "fetch" class that should be able to
operate over TCP or UDP. Related changes have been made in the
associated classes. So far, only the unit tests for a UDP fetch
have been made (and passed).
Diffstat (limited to 'src/lib/asiolink/io_endpoint.h')
-rw-r--r-- | src/lib/asiolink/io_endpoint.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/asiolink/io_endpoint.h b/src/lib/asiolink/io_endpoint.h index 37f9087086..62b9e47942 100644 --- a/src/lib/asiolink/io_endpoint.h +++ b/src/lib/asiolink/io_endpoint.h @@ -12,8 +12,8 @@ // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // PERFORMANCE OF THIS SOFTWARE. -#ifndef __IOENDPOINT_H -#define __IOENDPOINT_H 1 +#ifndef __IO_ENDPOINT_H +#define __IO_ENDPOINT_H 1 // IMPORTANT NOTE: only very few ASIO headers files can be included in // this file. In particular, asio.hpp should never be included here. @@ -115,7 +115,7 @@ public: }; } // asiolink -#endif // __IOENDPOINT_H +#endif // __IO_ENDPOINT_H // Local Variables: // mode: c++ |