diff options
author | Ocean Wang <wanghaidong@cnnic.cn> | 2011-04-08 11:02:44 +0200 |
---|---|---|
committer | Ocean Wang <wanghaidong@cnnic.cn> | 2011-04-08 11:02:44 +0200 |
commit | 8fc7cdd216bead2a98f1c98a6b6dc7a8a3bea4f4 (patch) | |
tree | fadd5381b04a08fcd0de6cd7e6cf07ca8ac26665 /src/lib/asiolink/io_endpoint.h | |
parent | [trac751] Move some DNS related files from asiolink to asiodns (diff) | |
download | kea-8fc7cdd216bead2a98f1c98a6b6dc7a8a3bea4f4.tar.xz kea-8fc7cdd216bead2a98f1c98a6b6dc7a8a3bea4f4.zip |
[trac751] Move dns related code to asiodns lib
Diffstat (limited to 'src/lib/asiolink/io_endpoint.h')
-rw-r--r-- | src/lib/asiolink/io_endpoint.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/asiolink/io_endpoint.h b/src/lib/asiolink/io_endpoint.h index d21da96ea9..756fa3b4ce 100644 --- a/src/lib/asiolink/io_endpoint.h +++ b/src/lib/asiolink/io_endpoint.h @@ -26,6 +26,7 @@ #include <exceptions/exceptions.h> #include <asiolink/io_address.h> +namespace isc { namespace asiolink { /// \brief The \c IOEndpoint class is an abstract base class to represent @@ -117,5 +118,6 @@ public: const unsigned short port); }; -} // asiolink +} // namespace asiolink +} // namespace isc #endif // __IO_ENDPOINT_H |