summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rrclass-placeholder.h
diff options
context:
space:
mode:
authorchenzhengzhang <jerry.zzpku@gmail.com>2011-04-14 09:15:55 +0200
committerchenzhengzhang <jerry.zzpku@gmail.com>2011-04-14 09:15:55 +0200
commitecb22c0c225d8da3710f4f912648acf401183cfa (patch)
tree3fe4fe01db8025c787f0606f2c4d209d1399f041 /src/lib/dns/rrclass-placeholder.h
parent[trac749] some modifications to make it compile (diff)
downloadkea-ecb22c0c225d8da3710f4f912648acf401183cfa.tar.xz
kea-ecb22c0c225d8da3710f4f912648acf401183cfa.zip
[trac749] update namespace names
Diffstat (limited to 'src/lib/dns/rrclass-placeholder.h')
-rw-r--r--src/lib/dns/rrclass-placeholder.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/dns/rrclass-placeholder.h b/src/lib/dns/rrclass-placeholder.h
index b14179b692..ae3ff6fc26 100644
--- a/src/lib/dns/rrclass-placeholder.h
+++ b/src/lib/dns/rrclass-placeholder.h
@@ -24,11 +24,9 @@
namespace isc {
namespace util {
-namespace io {
class InputBuffer;
class OutputBuffer;
}
-}
namespace dns {
@@ -137,7 +135,7 @@ public:
/// an exception of class \c IncompleteRRClass will be thrown.
///
/// \param buffer A buffer storing the wire format data.
- explicit RRClass(isc::util::io::InputBuffer& buffer);
+ explicit RRClass(isc::util::InputBuffer& buffer);
///
/// We use the default copy constructor intentionally.
//@}
@@ -182,7 +180,7 @@ public:
///
/// \param renderer DNS message rendering context that encapsulates the
/// output buffer in which the RRClass is to be stored.
- void toWire(isc::util::io::OutputBuffer& buffer) const;
+ void toWire(isc::util::OutputBuffer& buffer) const;
//@}
///