diff options
author | chenzhengzhang <jerry.zzpku@gmail.com> | 2011-04-14 09:15:55 +0200 |
---|---|---|
committer | chenzhengzhang <jerry.zzpku@gmail.com> | 2011-04-14 09:15:55 +0200 |
commit | ecb22c0c225d8da3710f4f912648acf401183cfa (patch) | |
tree | 3fe4fe01db8025c787f0606f2c4d209d1399f041 /src/lib/dns/rrttl.h | |
parent | [trac749] some modifications to make it compile (diff) | |
download | kea-ecb22c0c225d8da3710f4f912648acf401183cfa.tar.xz kea-ecb22c0c225d8da3710f4f912648acf401183cfa.zip |
[trac749] update namespace names
Diffstat (limited to 'src/lib/dns/rrttl.h')
-rw-r--r-- | src/lib/dns/rrttl.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/dns/rrttl.h b/src/lib/dns/rrttl.h index f37b040522..17ec8919af 100644 --- a/src/lib/dns/rrttl.h +++ b/src/lib/dns/rrttl.h @@ -21,11 +21,9 @@ namespace isc { namespace util { -namespace io { class InputBuffer; class OutputBuffer; } -} namespace dns { @@ -96,7 +94,7 @@ public: /// an exception of class \c IncompleteRRTTL will be thrown. /// /// \param buffer A buffer storing the wire format data. - explicit RRTTL(isc::util::io::InputBuffer& buffer); + explicit RRTTL(isc::util::InputBuffer& buffer); /// //@} @@ -135,7 +133,7 @@ public: /// standard exception will be thrown. /// /// \param buffer An output buffer to store the wire data. - void toWire(isc::util::io::OutputBuffer& buffer) const; + void toWire(isc::util::OutputBuffer& buffer) const; //@} /// |